Interface DocumentIF

    • Method Detail

      • getField

        FieldIF getField​(String name)
        INTERNAL: Returns the field with the specified name.
      • getFields

        Collection<FieldIF> getFields()
        INTERNAL: Returns all the fields of this document.
        Returns:
        A collection of FieldIF objects.
      • addField

        void addField​(FieldIF field)
        INTERNAL: Adds the given field to the document.
      • removeField

        void removeField​(FieldIF field)
        INTERNAL: Removes the given field from the document.