enumeratum

values

package values

Visibility
  1. Public
  2. All

Type Members

  1. sealed abstract class Alphabet extends CharEnumEntry

    Created by Lloyd on 9/24/16.

  2. sealed abstract class Animal extends LongEnumEntry

    Created by Lloyd on 8/22/16.

  3. sealed abstract class Bites extends ByteEnumEntry

    Created by Lloyd on 9/24/16.

  4. sealed abstract class ContentType extends LongEnumEntry

    Created by Lloyd on 4/12/16.

  5. sealed abstract class Drinks extends ShortEnumEntry

    Created by Lloyd on 4/12/16.

  6. sealed abstract class LibraryItem extends IntEnumEntry

    Created by Lloyd on 4/11/16.

  7. sealed abstract class MovieGenre extends IntEnumEntry

    Created by Lloyd on 4/13/16.

  8. sealed abstract class OperatingSystem extends StringEnumEntry

    Created by Lloyd on 8/4/16.

Value Members

  1. object Alphabet extends CharEnum[Alphabet] with Product with Serializable

  2. object Animal extends LongEnum[Animal] with Product with Serializable

  3. object Bites extends ByteEnum[Bites]

  4. object ContentType extends LongEnum[ContentType] with Product with Serializable

  5. object CoughSyrup extends Drinks with Product with Serializable

  6. object Drinks extends ShortEnum[Drinks] with Product with Serializable

  7. object LibraryItem extends IntEnum[LibraryItem] with Product with Serializable

  8. object MovieGenre extends IntEnum[MovieGenre] with Product with Serializable

  9. object Newspaper extends LibraryItem with Product with Serializable

  10. object OperatingSystem extends StringEnum[OperatingSystem] with Product with Serializable

  11. object Papyrus extends ContentType with Product with Serializable

Ungrouped