| Package | Description |
|---|---|
| org.eclipse.milo.opcua.sdk.core |
| Modifier and Type | Field and Description |
|---|---|
static com.google.common.collect.ImmutableSet<AccessLevel> |
AccessLevel.HISTORY_READ_ONLY |
static com.google.common.collect.ImmutableSet<AccessLevel> |
AccessLevel.HISTORY_READ_WRITE |
static com.google.common.collect.ImmutableSet<AccessLevel> |
AccessLevel.NONE |
static com.google.common.collect.ImmutableSet<AccessLevel> |
AccessLevel.READ_ONLY |
static com.google.common.collect.ImmutableSet<AccessLevel> |
AccessLevel.READ_WRITE |
static com.google.common.collect.ImmutableSet<AccessLevel> |
AccessLevel.WRITE_ONLY |
| 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.fromValue(int accessLevel)
Create a Set of
AccessLevel from the accessLevel value. |
static EnumSet<AccessLevel> |
AccessLevel.fromValue(UByte accessLevel)
Create a Set of
AccessLevel from the accessLevel value. |
| Modifier and Type | Method and Description |
|---|---|
static UByte |
AccessLevel.toValue(AccessLevel... levels)
Convert
levels to a UByte value for the AccessLevel or UserAccessLevel attribute. |
| Modifier and Type | Method and Description |
|---|---|
static UByte |
AccessLevel.toValue(Set<AccessLevel> levels)
Convert
levels to a UByte value for the AccessLevel or UserAccessLevel attribute. |
Copyright © 2025. All rights reserved.