Package

enumeratum

values

Permalink

package values

Visibility
  1. Public
  2. All

Type Members

  1. sealed abstract class Alphabet extends CharEnumEntry

    Permalink

    Created by Lloyd on 9/24/16.

    Created by Lloyd on 9/24/16.

    Copyright 2016

  2. sealed abstract class Animal extends LongEnumEntry

    Permalink

    Created by Lloyd on 8/22/16.

    Created by Lloyd on 8/22/16.

    Copyright 2016

  3. sealed abstract class Bites extends ByteEnumEntry

    Permalink

    Created by Lloyd on 9/24/16.

    Created by Lloyd on 9/24/16.

    Copyright 2016

  4. sealed abstract class ContentType extends LongEnumEntry

    Permalink

    Created by Lloyd on 4/12/16.

    Created by Lloyd on 4/12/16.

    Copyright 2016

  5. sealed abstract class Drinks extends ShortEnumEntry

    Permalink

    Created by Lloyd on 4/12/16.

    Created by Lloyd on 4/12/16.

    Copyright 2016

  6. sealed abstract class LibraryItem extends IntEnumEntry

    Permalink

    Created by Lloyd on 4/11/16.

    Created by Lloyd on 4/11/16.

    Copyright 2016

  7. sealed abstract class MovieGenre extends IntEnumEntry

    Permalink

    Created by Lloyd on 4/13/16.

    Created by Lloyd on 4/13/16.

    Copyright 2016

  8. sealed abstract class OperatingSystem extends StringEnumEntry

    Permalink

    Created by Lloyd on 8/4/16.

    Created by Lloyd on 8/4/16.

    Copyright 2016

Value Members

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

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

    Permalink
  3. object Bites extends ByteEnum[Bites]

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

    Permalink
  5. object CoughSyrup extends Drinks with Product with Serializable

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

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

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

    Permalink
  9. object Newspaper extends LibraryItem with Product with Serializable

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

    Permalink
  11. object Papyrus extends ContentType with Product with Serializable

    Permalink

Ungrouped