Uses of Enum Class
org.eclipse.milo.opcua.stack.core.OpcUaDataType
Packages that use OpcUaDataType
Package
Description
-
Uses of OpcUaDataType in org.eclipse.milo.opcua.stack.core
Methods in org.eclipse.milo.opcua.stack.core that return OpcUaDataTypeModifier and TypeMethodDescriptionstatic @Nullable OpcUaDataTypeOpcUaDataType.fromBackingClass(Class<?> backingClass) static @Nullable OpcUaDataTypeOpcUaDataType.fromNodeId(ExpandedNodeId nodeId) static @Nullable OpcUaDataTypeOpcUaDataType.fromNodeId(NodeId nodeId) static @Nullable OpcUaDataTypeOpcUaDataType.fromTypeId(int typeId) static OpcUaDataTypeReturns the enum constant of this class with the specified name.static OpcUaDataType[]OpcUaDataType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of OpcUaDataType in org.eclipse.milo.opcua.stack.core.encoding
Methods in org.eclipse.milo.opcua.stack.core.encoding with parameters of type OpcUaDataType -
Uses of OpcUaDataType in org.eclipse.milo.opcua.stack.core.encoding.binary
Methods in org.eclipse.milo.opcua.stack.core.encoding.binary with parameters of type OpcUaDataTypeModifier and TypeMethodDescriptionOpcUaBinaryDecoder.decodeMatrix(String field, OpcUaDataType dataType) -
Uses of OpcUaDataType in org.eclipse.milo.opcua.stack.core.types.builtin
Methods in org.eclipse.milo.opcua.stack.core.types.builtin that return types with arguments of type OpcUaDataTypeModifier and TypeMethodDescriptionMatrix.getDataType()Get theOpcUaDataTypeof the elements of this Matrix.Variant.getDataType()Constructors in org.eclipse.milo.opcua.stack.core.types.builtin with parameters of type OpcUaDataType