Uses of Enum Class
org.eclipse.milo.opcua.stack.core.types.enumerated.AxisScaleEnumeration
Packages that use AxisScaleEnumeration
Package
Description
-
Uses of AxisScaleEnumeration in org.eclipse.milo.opcua.stack.core.types.enumerated
Methods in org.eclipse.milo.opcua.stack.core.types.enumerated that return AxisScaleEnumerationModifier and TypeMethodDescriptionstatic @Nullable AxisScaleEnumerationAxisScaleEnumeration.from(int value) static AxisScaleEnumerationReturns the enum constant of this class with the specified name.static AxisScaleEnumeration[]AxisScaleEnumeration.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of AxisScaleEnumeration in org.eclipse.milo.opcua.stack.core.types.structured
Methods in org.eclipse.milo.opcua.stack.core.types.structured that return AxisScaleEnumerationConstructors in org.eclipse.milo.opcua.stack.core.types.structured with parameters of type AxisScaleEnumerationModifierConstructorDescriptionAxisInformation(EUInformation engineeringUnits, Range euRange, LocalizedText title, AxisScaleEnumeration axisScaleType, Double @Nullable [] axisSteps)