Packages

final case class Unrecognized(unrecognizedValue: Int) extends Kind with UnrecognizedEnum with Product with Serializable

Annotations
@SerialVersionUID()
Linear Supertypes
UnrecognizedEnum, Kind, GeneratedEnum, Serializable, java.io.Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Unrecognized
  2. UnrecognizedEnum
  3. Kind
  4. GeneratedEnum
  5. Serializable
  6. Serializable
  7. Product
  8. Equals
  9. AnyRef
  10. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Unrecognized(unrecognizedValue: Int)

Type Members

  1. type EnumType = Kind
    Definition Classes
    Kind → GeneratedEnum

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from Unrecognized to any2stringadd[Unrecognized] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (Unrecognized, B)
    Implicit
    This member is added by an implicit conversion from Unrecognized to ArrowAssoc[Unrecognized] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. final def asRecognized: Option[Recognized]
    Definition Classes
    Kind
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  9. def companion: GeneratedEnumCompanion[Kind]
    Definition Classes
    Kind → GeneratedEnum
  10. def ensuring(cond: (Unrecognized) ⇒ Boolean, msg: ⇒ Any): Unrecognized
    Implicit
    This member is added by an implicit conversion from Unrecognized to Ensuring[Unrecognized] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  11. def ensuring(cond: (Unrecognized) ⇒ Boolean): Unrecognized
    Implicit
    This member is added by an implicit conversion from Unrecognized to Ensuring[Unrecognized] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  12. def ensuring(cond: Boolean, msg: ⇒ Any): Unrecognized
    Implicit
    This member is added by an implicit conversion from Unrecognized to Ensuring[Unrecognized] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  13. def ensuring(cond: Boolean): Unrecognized
    Implicit
    This member is added by an implicit conversion from Unrecognized to Ensuring[Unrecognized] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from Unrecognized to StringFormat[Unrecognized] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  17. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. def index: Int
    Definition Classes
    UnrecognizedEnum → GeneratedEnum
  19. def isClass: Boolean
    Definition Classes
    Kind
  20. def isConstructor: Boolean
    Definition Classes
    Kind
  21. def isField: Boolean
    Definition Classes
    Kind
  22. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  23. def isInterface: Boolean
    Definition Classes
    Kind
  24. def isLocal: Boolean
    Definition Classes
    Kind
  25. def isMacro: Boolean
    Definition Classes
    Kind
  26. def isMethod: Boolean
    Definition Classes
    Kind
  27. def isObject: Boolean
    Definition Classes
    Kind
  28. def isPackage: Boolean
    Definition Classes
    Kind
  29. def isPackageObject: Boolean
    Definition Classes
    Kind
  30. def isParameter: Boolean
    Definition Classes
    Kind
  31. def isSelfParameter: Boolean
    Definition Classes
    Kind
  32. def isTrait: Boolean
    Definition Classes
    Kind
  33. def isType: Boolean
    Definition Classes
    Kind
  34. def isTypeParameter: Boolean
    Definition Classes
    Kind
  35. def isUnknownKind: Boolean
    Definition Classes
    Kind
  36. def isUnrecognized: Boolean
    Definition Classes
    UnrecognizedEnum → GeneratedEnum
  37. def javaValueDescriptor: EnumValueDescriptor
    Definition Classes
    GeneratedEnum
  38. def name: String
    Definition Classes
    UnrecognizedEnum → GeneratedEnum
  39. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  40. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  41. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  42. def scalaValueDescriptor: EnumValueDescriptor
    Definition Classes
    UnrecognizedEnum → GeneratedEnum
  43. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  44. def toString(): String
    Definition Classes
    GeneratedEnum → Any
  45. val unrecognizedValue: Int
  46. val value: Int
    Definition Classes
    Kind → GeneratedEnum
  47. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  48. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  49. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  50. def [B](y: B): (Unrecognized, B)
    Implicit
    This member is added by an implicit conversion from Unrecognized to ArrowAssoc[Unrecognized] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Inherited from UnrecognizedEnum

Inherited from Kind

Inherited from GeneratedEnum

Inherited from Serializable

Inherited from java.io.Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from Unrecognized to any2stringadd[Unrecognized]

Inherited by implicit conversion StringFormat from Unrecognized to StringFormat[Unrecognized]

Inherited by implicit conversion Ensuring from Unrecognized to Ensuring[Unrecognized]

Inherited by implicit conversion ArrowAssoc from Unrecognized to ArrowAssoc[Unrecognized]

Ungrouped