Class TokenFilter

    • Method Detail

      • isDefinition

        public boolean isDefinition()
        Is this variant instance of kind definition?
      • definition

        public TokenFilterDefinition definition()
        Get the definition variant value.
        Throws:
        java.lang.IllegalStateException - if the current variant is not of the definition kind.
      • isName

        public boolean isName()
        Is this variant instance of kind name?
      • name

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