| Modifier and Type | Method and Description |
|---|---|
AddOnOptionType |
AddOnOptionValue.getType()
Returns the type of the option.
|
static AddOnOptionType |
AddOnOptionType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AddOnOptionType[] |
AddOnOptionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
AddOnOptionValue(java.lang.String value,
AddOnOptionType type,
AddOnOptionRestriction restriction)
Constructor.
|