Uses of Class
org.eclipse.milo.opcua.sdk.core.types.DynamicEnumType
Packages that use DynamicEnumType
-
Uses of DynamicEnumType in org.eclipse.milo.opcua.sdk.core.types
Methods in org.eclipse.milo.opcua.sdk.core.types that return DynamicEnumTypeModifier and TypeMethodDescriptionstatic DynamicEnumTypeDynamicEnumType.newInstance(DataType dataType, int value) Create a new DynamicEnumType using the given DataType and value.Methods in org.eclipse.milo.opcua.sdk.core.types that return types with arguments of type DynamicEnumTypeModifier and TypeMethodDescriptionstatic Function<Integer,DynamicEnumType> DynamicEnumType.newInstanceFactory(DataType dataType) Create a new instance "factory" that produces new DynamicEnumType instances of the given DataType.