| Modifier and Type | Method and Description |
|---|---|
AddOnOptionRestriction |
AddOnOptionValue.getRestriction()
Returns the restriction that is configured by Cryptshare Server for this option.
|
static AddOnOptionRestriction |
AddOnOptionRestriction.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AddOnOptionRestriction[] |
AddOnOptionRestriction.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.
|