| Package | Description |
|---|---|
| org.eclipse.milo.opcua.stack.core.types.enumerated | |
| org.eclipse.milo.opcua.stack.core.types.structured |
| Modifier and Type | Method and Description |
|---|---|
HistoryUpdateType |
HistoryUpdateType.Codec.decode(SerializationContext context,
UaDecoder decoder) |
static @Nullable HistoryUpdateType |
HistoryUpdateType.from(int value) |
static HistoryUpdateType |
HistoryUpdateType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HistoryUpdateType[] |
HistoryUpdateType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Class<HistoryUpdateType> |
HistoryUpdateType.Codec.getType() |
| Modifier and Type | Method and Description |
|---|---|
void |
HistoryUpdateType.Codec.encode(SerializationContext context,
UaEncoder encoder,
HistoryUpdateType value) |
| Modifier and Type | Method and Description |
|---|---|
HistoryUpdateType |
ModificationInfo.getUpdateType() |
| Constructor and Description |
|---|
ModificationInfo(DateTime modificationTime,
HistoryUpdateType updateType,
String userName) |
Copyright © 2025. All rights reserved.