Interface FormMetaData


  • @ProviderType
    public interface FormMetaData
    Defines the form metadata
    Since:
    com.adobe.cq.forms.core.components.models.form 0.0.1
    • Method Summary

      All Methods Instance Methods Default Methods 
      Modifier and Type Method Description
      default java.lang.String getGrammar()
      Returns the version of the rule grammar
      default java.lang.String getVersion()
      Returns the version of the adaptive form specification
    • Method Detail

      • getVersion

        default java.lang.String getVersion()
        Returns the version of the adaptive form specification
        Returns:
        the version of adaptive form specification
        Since:
        com.adobe.cq.forms.core.components.models.form 0.0.1
      • getGrammar

        default java.lang.String getGrammar()
        Returns the version of the rule grammar
        Returns:
        the version of the rule grammar
        Since:
        com.adobe.cq.forms.core.components.models.form 0.0.1