Class Form

    • Method Detail

      • getName

        public String getName()
        Gets the name of this form.
        Returns:
        name of this form or null if unset
      • getFields

        public Map<String,​Field> getFields()
        Gets the fields that are part of this form schema.
        Returns:
        an unmodifiable map of Fields keyed by their name - may be empty, but never null
      • hasIdField

        public boolean hasIdField()
        Gets whether or not this form contains an ID field.
        Returns:
        true if any field in this form is marked as an ID field