Uses of Class
de.iip_ecosphere.platform.configuration.opcua.data.ObjectType
-
Packages that use ObjectType Package Description de.iip_ecosphere.platform.configuration.opcua.data de.iip_ecosphere.platform.configuration.opcua.parser -
-
Uses of ObjectType in de.iip_ecosphere.platform.configuration.opcua.data
Subclasses of ObjectType in de.iip_ecosphere.platform.configuration.opcua.data Modifier and Type Class Description classRootMethodTypeRepresents an OPC UA root method.classRootObjectTypeRepresents an OPC UA root object. -
Uses of ObjectType in de.iip_ecosphere.platform.configuration.opcua.parser
Methods in de.iip_ecosphere.platform.configuration.opcua.parser with parameters of type ObjectType Modifier and Type Method Description private voidDomParser. adaptDatatypesToModel(ObjectType uaObject, MethodType uaMethod)Adapts the OPC UA data types to IIP-Ecosphere meta model type names.
-