Package com.thaiopensource.validate
Class FlagOption
java.lang.Object
com.thaiopensource.validate.FlagOption
- All Implemented Interfaces:
Option
-
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:
getPropertyId
in interfaceOption
-
valueOf
- Specified by:
valueOf
in interfaceOption
- Throws:
OptionArgumentException
-
combine
Description copied from interface:Option
Combines 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.
-