Class FieldObjectType


  • public class FieldObjectType
    extends FieldType
    Represents an OPC UA field object type.
    Author:
    Jan-Hendrik Cepok, SSE
    • Constructor Detail

      • FieldObjectType

        public FieldObjectType​(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 object 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

      • toString

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