public enum IdType extends Enum<IdType> implements UaEnumeration
| Modifier and Type | Class and Description |
|---|---|
static class |
IdType.Codec |
| Modifier and Type | Method and Description |
|---|---|
static @Nullable IdType |
from(int value) |
static ExpandedNodeId |
getTypeId() |
int |
getValue() |
static IdType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IdType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IdType Numeric
public static final IdType String
public static final IdType Guid
public static final IdType Opaque
public static IdType[] values()
for (IdType c : IdType.values()) System.out.println(c);
public static IdType 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 IdType from(int value)
public static ExpandedNodeId getTypeId()
Copyright © 2025. All rights reserved.