Class TermsInclude

    • Method Detail

      • isTerms

        public boolean isTerms()
        Is this variant instance of kind terms?
      • terms

        public java.util.List<java.lang.String> terms()
        Get the terms variant value.
        Throws:
        java.lang.IllegalStateException - if the current variant is not of the terms kind.
      • isPartition

        public boolean isPartition()
        Is this variant instance of kind partition?
      • partition

        public TermsPartition partition()
        Get the partition variant value.
        Throws:
        java.lang.IllegalStateException - if the current variant is not of the partition kind.
      • isRegexp

        public boolean isRegexp()
        Is this variant instance of kind regexp?
      • regexp

        public java.lang.String regexp()
        Get the regexp variant value.
        Throws:
        java.lang.IllegalStateException - if the current variant is not of the regexp kind.