ValueType
- Type of the parameter valuepublic interface IParameterizedPermission<ValueType> extends IPermission, java.lang.Cloneable
Interface for permissions parameterized with a value.
This is used for temporal and geofencing for instance.
WILDCARD
Modifier and Type | Method and Description |
---|---|
IParameterizedPermission<ValueType> |
clone() |
ValueType |
getValue() |
void |
setValue(ValueType val) |
getChildren, getDescription, getErrorMessage, getFullName, getLabel, getName, getParent, hasChildren, implies
ValueType getValue()
void setValue(ValueType val)
IParameterizedPermission<ValueType> clone()