public enum TrustListMasks extends Enum<TrustListMasks> implements UaEnumeration
| Modifier and Type | Class and Description |
|---|---|
static class |
TrustListMasks.Codec |
| Enum Constant and Description |
|---|
All |
IssuerCertificates |
IssuerCrls |
None |
TrustedCertificates |
TrustedCrls |
| Modifier and Type | Method and Description |
|---|---|
static @Nullable TrustListMasks |
from(int value) |
static ExpandedNodeId |
getTypeId() |
int |
getValue() |
static TrustListMasks |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TrustListMasks[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TrustListMasks None
public static final TrustListMasks TrustedCertificates
public static final TrustListMasks TrustedCrls
public static final TrustListMasks IssuerCertificates
public static final TrustListMasks IssuerCrls
public static final TrustListMasks All
public static TrustListMasks[] values()
for (TrustListMasks c : TrustListMasks.values()) System.out.println(c);
public static TrustListMasks valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic int getValue()
getValue in interface UaEnumeration@Nullable public static @Nullable TrustListMasks from(int value)
public static ExpandedNodeId getTypeId()
Copyright © 2025. All rights reserved.