Interface TransformConstants

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int TRANSFORM_LOWER_CASE
      The underlying term enum is transformed to lower case characters.
      static int TRANSFORM_NONE
      No transformation is done on the term enum.
      static int TRANSFORM_UPPER_CASE
      The underlying term enum is transformed to upper case characters.
    • Field Detail

      • TRANSFORM_NONE

        static final int TRANSFORM_NONE
        No transformation is done on the term enum.
        See Also:
        Constant Field Values
      • TRANSFORM_LOWER_CASE

        static final int TRANSFORM_LOWER_CASE
        The underlying term enum is transformed to lower case characters.
        See Also:
        Constant Field Values
      • TRANSFORM_UPPER_CASE

        static final int TRANSFORM_UPPER_CASE
        The underlying term enum is transformed to upper case characters.
        See Also:
        Constant Field Values