public class AddOnOptionValue
extends java.lang.Object
| Constructor and Description |
|---|
AddOnOptionValue(java.lang.String value,
AddOnOptionType type,
AddOnOptionRestriction restriction)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
AddOnOptionRestriction |
getRestriction()
Returns the restriction that is configured by Cryptshare Server for this option.
|
AddOnOptionType |
getType()
Returns the type of the option.
|
java.lang.String |
getValue()
Returns the option value.
|
public AddOnOptionValue(java.lang.String value,
AddOnOptionType type,
AddOnOptionRestriction restriction)
value - The value, serialized as string.type - The data type of the value, as AddOnOptionType.restriction - The restriction that should be applied to this option in a user interface, as AddOnOptionRestriction.public java.lang.String getValue()
public AddOnOptionType getType()
AddOnOptionType.public AddOnOptionRestriction getRestriction()
AddOnOptionRestriction.