Class ObjectTypeType
java.lang.Object
de.iip_ecosphere.platform.configuration.easyProducer.opcua.data.BaseType
de.iip_ecosphere.platform.configuration.easyProducer.opcua.data.ObjectTypeType
Represents an object meta type.
- Author:
- Jan-Hendrik Cepok, SSE
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the documentation.toString()Formats the respective OPC UA type in IVML.Methods inherited from class de.iip_ecosphere.platform.configuration.easyProducer.opcua.data.BaseType
formatNodeId, getBrowseName, getDescription, getDisplayname, getNodeId, getVarName, isOptional, setVarName, validateVarName
-
Field Details
-
documentation
-
-
Constructor Details
-
ObjectTypeType
public ObjectTypeType(String nodeId, String browseName, String displayName, String description, String documentation) Creates an instance.- Parameters:
nodeId- the node idbrowseName- the browse namedisplayName- the display namedescription- the descriptiondocumentation- the documentation
-
-
Method Details