Class VariableTypeType
- java.lang.Object
-
- de.iip_ecosphere.platform.configuration.opcua.data.BaseType
-
- de.iip_ecosphere.platform.configuration.opcua.data.VariableTypeType
-
public class VariableTypeType extends BaseType
Represents a variable meta-type.- Author:
- Jan-Hendrik Cepok, SSE
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.StringdataTypeprivate java.lang.Stringdocumentation
-
Constructor Summary
Constructors Constructor Description VariableTypeType(java.lang.String nodeId, java.lang.String browseName, java.lang.String displayName, java.lang.String description, java.lang.String documentation, java.lang.String dataType)Creates an instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetDataType()Returns the data type.java.lang.StringgetDocumentation()Returns the documentation.java.lang.StringtoString()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
-
-
-
-
Constructor Detail
-
VariableTypeType
public VariableTypeType(java.lang.String nodeId, java.lang.String browseName, java.lang.String displayName, java.lang.String description, java.lang.String documentation, java.lang.String dataType)Creates an instance.- Parameters:
nodeId- the node idbrowseName- the browse namedisplayName- the display namedescription- the descriptiondocumentation- the documentationdataType- the data type
-
-