Uses of Enum Class
org.eclipse.milo.opcua.stack.core.types.enumerated.StructureType
Packages that use StructureType
Package
Description
-
Uses of StructureType in org.eclipse.milo.opcua.stack.core.types.enumerated
Methods in org.eclipse.milo.opcua.stack.core.types.enumerated that return StructureTypeModifier and TypeMethodDescriptionstatic @Nullable StructureTypeStructureType.from(int value) static StructureTypeReturns the enum constant of this class with the specified name.static StructureType[]StructureType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of StructureType in org.eclipse.milo.opcua.stack.core.types.structured
Methods in org.eclipse.milo.opcua.stack.core.types.structured that return StructureTypeConstructors in org.eclipse.milo.opcua.stack.core.types.structured with parameters of type StructureTypeModifierConstructorDescriptionStructureDefinition(NodeId defaultEncodingId, NodeId baseDataType, StructureType structureType, StructureField @Nullable [] fields)