Class FlagOption
java.lang.Object
com.thaiopensource.validate.FlagOption
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionCombines multiple values of an option into a single value.
-
Constructor Details
-
FlagOption
-
-
Method Details
-
getPropertyId
- Specified by:
getPropertyIdin interfaceOption
-
valueOf
- Specified by:
valueOfin interfaceOption- Throws:
OptionArgumentException
-
combine
Description copied from interface:OptionCombines multiple values of an option into a single value. A property whose value is logically a sequence may be represented by multiple options each representing a single member of the sequence.
-