| Constructor and Description |
|---|
FlagOption(FlagPropertyId pid) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
combine(java.lang.Object[] values)
Combines multiple values of an option into a single value.
|
PropertyId |
getPropertyId() |
java.lang.Object |
valueOf(java.lang.String arg) |
public FlagOption(FlagPropertyId pid)
public PropertyId getPropertyId()
getPropertyId in interface Optionpublic java.lang.Object valueOf(java.lang.String arg)
throws OptionArgumentException
valueOf in interface OptionOptionArgumentExceptionpublic java.lang.Object combine(java.lang.Object[] values)
Option