| Package | Description |
|---|---|
| com.prosysopc.ua.stack.core |
| Modifier and Type | Field and Description |
|---|---|
static EnumSet<TrustListMasks> |
TrustListMasks.ALL |
static EnumSet<TrustListMasks> |
TrustListMasks.NONE |
| Modifier and Type | Method and Description |
|---|---|
TrustListMasks |
TrustListMasks.Builder.build() |
static TrustListMasks |
TrustListMasks.valueOf(int value) |
static TrustListMasks[] |
TrustListMasks.valueOf(int[] value) |
static TrustListMasks |
TrustListMasks.valueOf(Integer value) |
static TrustListMasks[] |
TrustListMasks.valueOf(Integer[] value) |
static TrustListMasks |
TrustListMasks.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TrustListMasks |
TrustListMasks.valueOf(UnsignedInteger value) |
static TrustListMasks[] |
TrustListMasks.valueOf(UnsignedInteger[] value) |
static TrustListMasks[] |
TrustListMasks.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<TrustListMasks> |
TrustListMasks.getSet(int mask) |
static EnumSet<TrustListMasks> |
TrustListMasks.getSet(UnsignedInteger mask) |
| Modifier and Type | Method and Description |
|---|---|
static UnsignedInteger |
TrustListMasks.getMask(TrustListMasks... list) |
| Modifier and Type | Method and Description |
|---|---|
static UnsignedInteger |
TrustListMasks.getMask(Collection<TrustListMasks> list) |
Copyright © 2026. All rights reserved.