Class VariableTypeType


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

      • documentation

        private java.lang.String documentation
      • dataType

        private java.lang.String dataType
    • Constructor Detail

      • VariableTypeType

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

      • getDocumentation

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

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