public class FieldMethodType extends FieldType
Represents an OPC UA field method type.
Author:
Jan-Hendrik Cepok, SSE
  • Constructor Details

    • FieldMethodType

      public FieldMethodType(String nodeId, String browseName, String displayName, String description, String dataType, boolean optional)
      Creates an OPC UA field method 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 Details

    • toString

      public String toString()
      Description copied from class: BaseType
      Formats the respective OPC UA type in IVML.
      Overrides:
      toString in class FieldType
      Returns:
      the IVML representation of the OPC UA type