object Ingredient extends Enumeration[Ingredient] with Serializable

Linear Supertypes
Serializable, Enumeration[Ingredient], Companion[Ingredient], Has[Ingredient], Key[Ingredient], HasId, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Ingredient
  2. Serializable
  3. Enumeration
  4. Companion
  5. Has
  6. Key
  7. HasId
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. final def asString(e: Ingredient): String
    Definition Classes
    Enumeration
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  9. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  10. final def fromOrdinal(s: Int): Option[Ingredient]
    Definition Classes
    Enumeration
  11. final def fromString(s: String): Option[Ingredient]
    Definition Classes
    Enumeration
  12. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  13. final def getKey: Key[Ingredient]
    Definition Classes
    Companion → Has
  14. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. def identifier: String
    Definition Classes
    HasId
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. implicit val keyInstance: Key[Ingredient]
    Definition Classes
    Companion
  18. val name: String
    Definition Classes
    Ingredient → HasId
  19. def namespace: String
    Definition Classes
    Ingredient → HasId
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. lazy val ordinalMap: Map[Int, Ingredient]
    Definition Classes
    Enumeration
  24. val schema: Schema[Ingredient]
  25. implicit val staticSchema: schematic.Static[Schema[Ingredient]]
  26. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  27. def to(e: Ingredient): (String, Int)
    Definition Classes
    Ingredient → Enumeration
  28. def toString(): String
    Definition Classes
    AnyRef → Any
  29. lazy val valueMap: Map[String, Ingredient]
    Definition Classes
    Enumeration
  30. val values: List[Ingredient]
    Definition Classes
    Ingredient → Enumeration
  31. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  32. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  33. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  34. case object Cheese extends Ingredient with Product with Serializable
  35. case object Mushroom extends Ingredient with Product with Serializable
  36. case object Salad extends Ingredient with Product with Serializable
  37. case object Tomato extends Ingredient with Product with Serializable

Inherited from Serializable

Inherited from Enumeration[Ingredient]

Inherited from Companion[Ingredient]

Inherited from Has[Ingredient]

Inherited from Key[Ingredient]

Inherited from HasId

Inherited from AnyRef

Inherited from Any

Ungrouped