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

public class ObjectTypeType extends BaseType
Represents an object meta type.
Author:
Jan-Hendrik Cepok, SSE
  • Field Details

    • documentation

      private String documentation
  • Constructor Details

    • ObjectTypeType

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

    • getDocumentation

      public String getDocumentation()
      Returns the documentation.
      Returns:
      the documentation
    • 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