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