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