Class FieldType

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.String dataType  
    • Constructor Summary

      Constructors 
      Constructor Description
      FieldType​(java.lang.String nodeId, java.lang.String browseName, java.lang.String displayName, java.lang.String description, java.lang.String dataType, boolean optional)
      Creates an OPC UA field type instance.
    • Field Detail

      • dataType

        private java.lang.String dataType
    • Constructor Detail

      • FieldType

        public FieldType​(java.lang.String nodeId,
                         java.lang.String browseName,
                         java.lang.String displayName,
                         java.lang.String description,
                         java.lang.String dataType,
                         boolean optional)
        Creates an OPC UA field type instance.
        Parameters:
        nodeId - the node id
        browseName - the browse name
        displayName - the display name
        description - the description
        dataType - the type of the field
        optional - the optional status
    • Method Detail

      • getDataType

        public java.lang.String getDataType()
        Returns the type of the field.
        Returns:
        the type
      • setDataType

        public void setDataType​(java.lang.String dataType)
        Changes the type of the field.
        Parameters:
        dataType - the new 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