public interface Option
Modifier and Type | Method and Description |
---|---|
Object |
combine(Object[] values)
Combines multiple values of an option into a single value.
|
PropertyId<?> |
getPropertyId() |
Object |
valueOf(String arg) |
PropertyId<?> getPropertyId()
Object valueOf(String arg) throws OptionArgumentException
OptionArgumentException
Object combine(Object[] values)
values
- an array of values to be combinednull
if they cannot be combined