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