Uses of Class
org.apache.plc4x.java.opcua.readwrite.OpcuaDataType
-
Packages that use OpcuaDataType Package Description org.apache.plc4x.java.opcua.readwrite org.apache.plc4x.java.opcua.tag -
-
Uses of OpcuaDataType in org.apache.plc4x.java.opcua.readwrite
Methods in org.apache.plc4x.java.opcua.readwrite that return OpcuaDataType Modifier and Type Method Description static OpcuaDataTypeOpcuaDataType. enumForValue(String value)static OpcuaDataTypeOpcuaDataType. firstEnumForFieldVariantType(short fieldValue)static OpcuaDataTypeOpcuaDataType. valueOf(String name)Returns the enum constant of this type with the specified name.static OpcuaDataType[]OpcuaDataType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.plc4x.java.opcua.readwrite that return types with arguments of type OpcuaDataType Modifier and Type Method Description static List<OpcuaDataType>OpcuaDataType. enumsForFieldVariantType(short fieldValue) -
Uses of OpcuaDataType in org.apache.plc4x.java.opcua.tag
Methods in org.apache.plc4x.java.opcua.tag that return OpcuaDataType Modifier and Type Method Description OpcuaDataTypeOpcuaTag. getDataType()
-