Interface CdsEnumType.Enumeral<T>

All Superinterfaces:
CdsAnnotatable
Enclosing interface:
CdsEnumType<T>

public static interface CdsEnumType.Enumeral<T> extends CdsAnnotatable
  • Method Details

    • name

      String name()
      Returns the name of this enumeral.
      Returns:
      the name, not null
    • value

      T value()
      Returns the value of this enumeral.
      Returns:
      the value, not null