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