Interface TransformOption
-
- All Known Implementing Classes:
AbstractTransformOption,TransformOptionGroup,TransformOptionValue
public interface TransformOptionRepresents an individual transformer option or group of options that are required or optional (default).
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisRequired()voidsetRequired(boolean required)
-