Uses of Class
org.apache.plc4x.java.opcua.readwrite.DataTypeDescription
-
Packages that use DataTypeDescription Package Description org.apache.plc4x.java.opcua.readwrite -
-
Uses of DataTypeDescription in org.apache.plc4x.java.opcua.readwrite
Fields in org.apache.plc4x.java.opcua.readwrite with type parameters of type DataTypeDescription Modifier and Type Field Description protected List<DataTypeDescription>DataTypeSchemaHeader. enumDataTypesprotected List<DataTypeDescription>DataTypeSchemaHeader. simpleDataTypesprotected List<DataTypeDescription>DataTypeSchemaHeader. structureDataTypesMethods in org.apache.plc4x.java.opcua.readwrite that return DataTypeDescription Modifier and Type Method Description DataTypeDescriptionDataTypeDescription.DataTypeDescriptionBuilderImpl. build()Methods in org.apache.plc4x.java.opcua.readwrite that return types with arguments of type DataTypeDescription Modifier and Type Method Description List<DataTypeDescription>DataTypeSchemaHeader. getEnumDataTypes()List<DataTypeDescription>DataTypeSchemaHeader. getSimpleDataTypes()List<DataTypeDescription>DataTypeSchemaHeader. getStructureDataTypes()
-