public class Permission extends BaseObject implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected PermissionMode |
mode |
protected String |
ref |
protected String |
value |
| Constructor and Description |
|---|
Permission() |
| Modifier and Type | Method and Description |
|---|---|
PermissionMode |
getMode()
The mode for this permission.
|
String |
getRef()
The unique name of the permission which is required.
|
String |
getValue()
whether or not the permission is present
|
void |
setMode(PermissionMode value)
Sets the value of the mode property.
|
void |
setRef(String value)
Sets the value of the ref property.
|
void |
setValue(String value)
Sets the value of the value property.
|
protected String value
protected String ref
protected PermissionMode mode
public String getValue()
Stringpublic void setValue(String value)
value - allowed object is
Stringpublic String getRef()
Stringpublic void setRef(String value)
value - allowed object is
Stringpublic PermissionMode getMode()
PermissionModepublic void setMode(PermissionMode value)
value - allowed object is
PermissionModeCopyright © 2011–2023 aiticon GmbH. All rights reserved.