Interface EnumeratedType

    • Method Detail

      • getValue

        String getValue()
        Returns a non-null, enumerated String value, typically in the form of an enum name (e.g. 'SOME_VALUE'). Often this is an alias for Enum.name().
        Returns: