Uses of Enum Class
org.eclipse.milo.opcua.stack.core.types.enumerated.SortOrderType
Packages that use SortOrderType
Package
Description
-
Uses of SortOrderType in org.eclipse.milo.opcua.stack.core.types.enumerated
Methods in org.eclipse.milo.opcua.stack.core.types.enumerated that return SortOrderTypeModifier and TypeMethodDescriptionstatic @Nullable SortOrderTypeSortOrderType.from(int value) static SortOrderTypeReturns the enum constant of this class with the specified name.static SortOrderType[]SortOrderType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of SortOrderType in org.eclipse.milo.opcua.stack.core.types.structured
Methods in org.eclipse.milo.opcua.stack.core.types.structured that return SortOrderTypeConstructors in org.eclipse.milo.opcua.stack.core.types.structured with parameters of type SortOrderTypeModifierConstructorDescriptionSortRuleElement(SortOrderType sortOrder, SimpleAttributeOperand eventField)