| Package | Description |
|---|---|
| org.eclipse.milo.opcua.stack.core.types.enumerated | |
| org.eclipse.milo.opcua.stack.core.types.structured |
| Modifier and Type | Method and Description |
|---|---|
AxisScaleEnumeration |
AxisScaleEnumeration.Codec.decode(SerializationContext context,
UaDecoder decoder) |
static @Nullable AxisScaleEnumeration |
AxisScaleEnumeration.from(int value) |
static AxisScaleEnumeration |
AxisScaleEnumeration.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AxisScaleEnumeration[] |
AxisScaleEnumeration.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Class<AxisScaleEnumeration> |
AxisScaleEnumeration.Codec.getType() |
| Modifier and Type | Method and Description |
|---|---|
void |
AxisScaleEnumeration.Codec.encode(SerializationContext context,
UaEncoder encoder,
AxisScaleEnumeration value) |
| Modifier and Type | Method and Description |
|---|---|
AxisScaleEnumeration |
AxisInformation.getAxisScaleType() |
| Constructor and Description |
|---|
AxisInformation(EUInformation engineeringUnits,
Range euRange,
LocalizedText title,
AxisScaleEnumeration axisScaleType,
Double[] axisSteps) |
Copyright © 2025. All rights reserved.