Class ObjectTypeType


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

      • documentation

        private java.lang.String documentation
    • Constructor Detail

      • ObjectTypeType

        public ObjectTypeType​(java.lang.String nodeId,
                              java.lang.String browseName,
                              java.lang.String displayName,
                              java.lang.String description,
                              java.lang.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 Detail

      • getDocumentation

        public java.lang.String getDocumentation()
        Returns the documentation.
        Returns:
        the documentation
      • toString

        public java.lang.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