| Package | Description |
|---|---|
| com.digitalpetri.opcua.sdk.core |
| Modifier and Type | Field and Description |
|---|---|
static EnumSet<AccessLevel> |
AccessLevel.HISTORY_READ_ONLY |
static EnumSet<AccessLevel> |
AccessLevel.HISTORY_READ_WRITE |
static EnumSet<AccessLevel> |
WriteMask.None |
static EnumSet<AccessLevel> |
AccessLevel.NONE |
static EnumSet<AccessLevel> |
AccessLevel.READ_ONLY |
static EnumSet<AccessLevel> |
AccessLevel.READ_WRITE |
| Modifier and Type | Method and Description |
|---|---|
static AccessLevel |
AccessLevel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AccessLevel[] |
AccessLevel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static EnumSet<AccessLevel> |
AccessLevel.fromMask(int accessLevel) |
static EnumSet<AccessLevel> |
AccessLevel.fromMask(com.digitalpetri.opcua.stack.core.types.builtin.unsigned.UByte accessLevel) |
| Modifier and Type | Method and Description |
|---|---|
static short |
AccessLevel.getMask(AccessLevel... levels) |
| Modifier and Type | Method and Description |
|---|---|
static short |
AccessLevel.getMask(EnumSet<AccessLevel> levels) |
Copyright © 2015. All rights reserved.