abstract class Enum2 extends Serializable

Linear Supertypes
Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Enum2
  2. Serializable
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Enum2()

Type Members

  1. class DelegatedEnum extends Enumeration
    Attributes
    protected[scalut.scala]
  2. type Type = DelegatedEnum.EnumValue

    Для всех производных классов от Enum, Type будет уникальным для каждого.

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. def apply(id: Int, name: String): Type

    * Ищет или создает новый элемент.

  5. def apply(id: Int): Type

    Ищет или создает новый элемент.

  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. val delegate: DelegatedEnum
    Attributes
    protected
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  11. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. def get(name: String, unknownValue: ⇒ Type): Type
  13. def get(name: String): Type
  14. def get(id: Int, unknownValue: ⇒ Type): Type
  15. def get(id: Int): Type
  16. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  17. def getOrCreate(id: Int, name: ⇒ String = null): Type
  18. def getParentClass: Class[_]
    Attributes
    protected
  19. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. def newValue(id: Int, name: String): Type
  23. def newValue(id: Int): Type
  24. final def notify(): Unit
    Definition Classes
    AnyRef
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  26. def size: Int
  27. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  28. def toString(value: Type): String
  29. def toString(): String
    Definition Classes
    AnyRef → Any
  30. def values: DelegatedEnum.ValueSet
  31. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped