trait GeneratedEnum extends Product with Serializable
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- GeneratedEnum
- Serializable
- Serializable
- Product
- Equals
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- abstract type EnumType <: GeneratedEnum
- abstract type RecognizedType <: EnumType
Abstract Value Members
- abstract def asRecognized: Option[RecognizedType]
-
abstract
def
canEqual(that: Any): Boolean
- Definition Classes
- Equals
- abstract def companion: GeneratedEnumCompanion[EnumType]
-
abstract
def
getClass(): Class[_]
- Definition Classes
- Any
- abstract def index: Int
- abstract def name: String
-
abstract
def
productArity: Int
- Definition Classes
- Product
-
abstract
def
productElement(n: Int): Any
- Definition Classes
- Product
- abstract def value: Int
Concrete Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- Any
-
final
def
##(): Int
- Definition Classes
- Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
equals(arg0: Any): Boolean
- Definition Classes
- Any
-
def
hashCode(): Int
- Definition Classes
- Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isUnrecognized: Boolean
- def javaValueDescriptor: EnumValueDescriptor
-
def
productIterator: Iterator[Any]
- Definition Classes
- Product
-
def
productPrefix: String
- Definition Classes
- Product
- def scalaValueDescriptor: EnumValueDescriptor
-
def
toString(): String
- Definition Classes
- GeneratedEnum → Any