Class Intervals

    • Method Detail

      • isAllOf

        public boolean isAllOf()
        Is this variant instance of kind all_of?
      • allOf

        public IntervalsAllOf allOf()
        Get the all_of variant value.
        Throws:
        java.lang.IllegalStateException - if the current variant is not of the all_of kind.
      • isAnyOf

        public boolean isAnyOf()
        Is this variant instance of kind any_of?
      • anyOf

        public IntervalsAnyOf anyOf()
        Get the any_of variant value.
        Throws:
        java.lang.IllegalStateException - if the current variant is not of the any_of kind.
      • isFuzzy

        public boolean isFuzzy()
        Is this variant instance of kind fuzzy?
      • fuzzy

        public IntervalsFuzzy fuzzy()
        Get the fuzzy variant value.
        Throws:
        java.lang.IllegalStateException - if the current variant is not of the fuzzy kind.
      • isMatch

        public boolean isMatch()
        Is this variant instance of kind match?
      • match

        public IntervalsMatch match()
        Get the match variant value.
        Throws:
        java.lang.IllegalStateException - if the current variant is not of the match kind.
      • isPrefix

        public boolean isPrefix()
        Is this variant instance of kind prefix?
      • prefix

        public IntervalsPrefix prefix()
        Get the prefix variant value.
        Throws:
        java.lang.IllegalStateException - if the current variant is not of the prefix kind.
      • isWildcard

        public boolean isWildcard()
        Is this variant instance of kind wildcard?
      • wildcard

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