Class DataLiteral
- java.lang.Object
-
- de.iip_ecosphere.platform.configuration.opcua.data.Literal
-
- de.iip_ecosphere.platform.configuration.opcua.data.DataLiteral
-
public class DataLiteral extends Literal
Represents an OPC UA data literal.- Author:
- Jan-Hendrik Cepok, SSE
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.StringdataType
-
Constructor Summary
Constructors Constructor Description DataLiteral(java.lang.String name, java.lang.String dataType, java.lang.String description)Creates a data literal instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetDataType()Returns the name of the data type.java.lang.StringtoString()Formats the OPC UA literal in IVML.-
Methods inherited from class de.iip_ecosphere.platform.configuration.opcua.data.Literal
getDescription, getName
-
-