Class DataLiteral
java.lang.Object
de.iip_ecosphere.platform.configuration.opcua.data.Literal
de.iip_ecosphere.platform.configuration.opcua.data.DataLiteral
Represents an OPC UA data literal.
- Author:
- Jan-Hendrik Cepok, SSE
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDataLiteral(String name, String dataType, String description) Creates a data literal instance. -
Method Summary
Modifier and TypeMethodDescriptionReturns the name of the data type.toString()Formats the OPC UA literal in IVML.Methods inherited from class de.iip_ecosphere.platform.configuration.opcua.data.Literal
getDescription, getName
-
Field Details
-
dataType
-
-
Constructor Details
-
DataLiteral
Creates a data literal instance.- Parameters:
name- the name of the literaldataType- the data typedescription- the description
-
-
Method Details