public class RootMethodType extends ObjectType
Represents an OPC UA root method.
Author:
Jan-Hendrik Cepok, SSE
  • Field Details

    • rootParent

      private String rootParent
  • Constructor Details

    • RootMethodType

      public RootMethodType(String nodeId, String browseName, String displayName, String description, boolean optional, String type, String rootParent, ArrayList<FieldType> fields)
      Creates an OPC UA root method type representation/declaration.
      Parameters:
      nodeId - the node id
      browseName - the browse name
      displayName - the display name
      description - the description
      optional - whether the type is optional
      type - the type of the object
      rootParent - the root parent
      fields - the fields the object is constituted from
  • Method Details

    • getRootParent

      public String getRootParent()
      Returns the root parent.
      Returns:
      the root parent
    • toString

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