Class EnumType
java.lang.Object
de.iip_ecosphere.platform.configuration.opcua.data.BaseType
de.iip_ecosphere.platform.configuration.opcua.data.EnumType
Represents an OPC UA enumeration type.
- Author:
- Jan-Hendrik Cepok, SSE
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the documentation.Returns the enumeration literals.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
-
literals
-
-
Constructor Details
-
EnumType
public EnumType(String nodeId, String browseName, String displayname, String description, String documentation, ArrayList<EnumLiteral> literals) Creates an OPC UA data type instance.- Parameters:
nodeId- the node idbrowseName- the browse namedisplayname- the display namedescription- the descriptiondocumentation- the documentation of the typeliterals- the literals of this data type
-
-
Method Details
-
getDocumentation
Returns the documentation.- Returns:
- the documentation
-
getLiterals
Returns the enumeration literals.- Returns:
- the literals
-
toString
Description copied from class:BaseTypeFormats the respective OPC UA type in IVML.
-