java.lang.Object
de.iip_ecosphere.platform.configuration.easyProducer.opcua.data.BaseType
de.iip_ecosphere.platform.configuration.easyProducer.opcua.data.VariableTypeType

public class VariableTypeType extends BaseType
Represents a variable meta-type.
Author:
Jan-Hendrik Cepok, SSE
  • Field Details

    • documentation

      private String documentation
    • dataType

      private String dataType
  • Constructor Details

    • VariableTypeType

      public VariableTypeType(String nodeId, String browseName, String displayName, String description, String documentation, String dataType)
      Creates an instance.
      Parameters:
      nodeId - the node id
      browseName - the browse name
      displayName - the display name
      description - the description
      documentation - the documentation
      dataType - the data type
  • Method Details

    • getDocumentation

      public String getDocumentation()
      Returns the documentation.
      Returns:
      the documentation
    • getDataType

      public String getDataType()
      Returns the data type.
      Returns:
      the data type
    • 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