|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AccessLevel | |
|---|---|
| org.opcfoundation.ua.core | All the code in this package are codegenerated. |
| Uses of AccessLevel in org.opcfoundation.ua.core |
|---|
| Fields in org.opcfoundation.ua.core with type parameters of type AccessLevel | |
|---|---|
static EnumSet<AccessLevel> |
AccessLevel.ALL
Constant ALL |
static EnumSet<AccessLevel> |
AccessLevel.HISTORYREAD
Constant HISTORYREAD |
static EnumSet<AccessLevel> |
AccessLevel.HISTORYREADWRITE
Constant HISTORYREADWRITE |
static EnumSet<AccessLevel> |
AccessLevel.NONE
Constant NONE |
static EnumSet<AccessLevel> |
AccessLevel.READONLY
Constant READONLY |
static EnumSet<AccessLevel> |
AccessLevel.READWRITE
Constant READWRITE |
static EnumSet<AccessLevel> |
AccessLevel.READWRITE_STATUS
Constant READWRITE_STATUS |
static EnumSet<AccessLevel> |
AccessLevel.READWRITE_STATUS_TIMESTAMP
Constant READWRITE_STATUS_TIMESTAMP |
static EnumSet<AccessLevel> |
AccessLevel.WRITEONLY
Constant WRITEONLY |
| Methods in org.opcfoundation.ua.core that return AccessLevel | |
|---|---|
static AccessLevel |
AccessLevel.valueOf(int value)
valueOf. |
static AccessLevel[] |
AccessLevel.valueOf(int[] value)
valueOf. |
static AccessLevel[] |
AccessLevel.valueOf(Integer[] value)
valueOf. |
static AccessLevel |
AccessLevel.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static AccessLevel |
AccessLevel.valueOf(UnsignedInteger value)
valueOf. |
static AccessLevel[] |
AccessLevel.valueOf(UnsignedInteger[] value)
valueOf. |
static AccessLevel[] |
AccessLevel.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in org.opcfoundation.ua.core that return types with arguments of type AccessLevel | |
|---|---|
static EnumSet<AccessLevel> |
AccessLevel.getSet(int mask)
getSet. |
static EnumSet<AccessLevel> |
AccessLevel.getSet(UnsignedByte mask)
getSet. |
static EnumSet<AccessLevel> |
AccessLevel.getSet(UnsignedInteger mask)
getSet. |
static EnumSet<AccessLevel> |
AccessLevel.getSet(UnsignedShort mask)
getSet. |
| Methods in org.opcfoundation.ua.core with parameters of type AccessLevel | |
|---|---|
static UnsignedByte |
AccessLevel.getMask(AccessLevel... list)
getMask. |
| Method parameters in org.opcfoundation.ua.core with type arguments of type AccessLevel | |
|---|---|
static UnsignedByte |
AccessLevel.getMask(Collection<AccessLevel> list)
getMask. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||