java.lang.Object
de.iip_ecosphere.platform.configuration.opcua.data.BaseType
de.iip_ecosphere.platform.configuration.opcua.data.DataType

public class DataType extends BaseType
Represents an OPC UA data type.
Author:
Jan-Hendrik Cepok, SSE
  • Field Details

  • Constructor Details

    • DataType

      public DataType(String nodeId, String browseName, String displayName, String description, String documentation, ArrayList<DataLiteral> literals)
      Creates an OPC UA data type instance.
      Parameters:
      nodeId - the node id
      browseName - the browse name
      displayName - the display name
      description - the description
      documentation - the documentation of the type
      literals - the literals of this data type
  • Method Details

    • getDocumentation

      public String getDocumentation()
      Returns the documentation of this data type.
      Returns:
      the documentation
    • getLiterals

      public ArrayList<DataLiteral> getLiterals()
      Returns the literals of this data type.
      Returns:
      the literals
    • toString

      public String toString()
      Description copied from class: BaseType
      Formats the respective OPC UA type in IVML.
      Overrides:
      toString in class BaseType
      Returns:
      the IVML representation of the OPC UA type