simplex3d.engine.graphics

EnumRef

final class EnumRef[T <: Enumeration] extends ReadEnumRef[T] with Accessible with Serializable

Annotations
@SerialVersionUID( 8104346712419693669L )
Linear Supertypes
Accessible, scala.Mutable, ReadEnumRef[T], Serializable, Serializable, PropertyContextDependent, Protected, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. EnumRef
  2. Accessible
  3. Mutable
  4. ReadEnumRef
  5. Serializable
  6. Serializable
  7. PropertyContextDependent
  8. Protected
  9. AnyRef
  10. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new EnumRef(value: T.Value)

Type Members

  1. type Clone = EnumRef[T]

    Definition Classes
    EnumRefReadEnumRef
  2. type Const = T.Value

  3. type Mutable = EnumRef[T]

    Definition Classes
    ReadEnumRef → Protected
  4. type Read = ReadEnumRef[T]

    Definition Classes
    ReadEnumRef → Protected

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. def :=(r: ReadEnumRef[T]): Unit

    Definition Classes
    EnumRef → Accessible
  5. def :=(e: T.Value): Unit

  6. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  7. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  8. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  9. def clone(): EnumRef[T]

    Definition Classes
    EnumRef → AnyRef
  10. final def collectKeys(path: String, enums: HashMap[String, AnyRef]): Unit

    Definition Classes
    ReadEnumRef
  11. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  12. final def equals(other: Any): Boolean

    Definition Classes
    ReadEnumRef → AnyRef → Any
  13. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  14. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  15. final def hashCode(): Int

    Definition Classes
    ReadEnumRef → AnyRef → Any
  16. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  17. final def mutableCopy: EnumRef[T]

    Definition Classes
    ReadEnumRef → Protected
  18. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  19. final def notify(): Unit

    Definition Classes
    AnyRef
  20. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  21. def registerPropertyContext(context: PropertyContext): Unit

    Attributes
    protected
    Definition Classes
    EnumRefPropertyContextDependent
  22. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  23. final def toConst: T.Value

    Definition Classes
    ReadEnumRef
  24. final def toString(): String

    Definition Classes
    ReadEnumRef → AnyRef → Any
  25. def unregisterPropertyContext(): Unit

    Attributes
    protected
    Definition Classes
    EnumRefPropertyContextDependent
  26. var value0: T.Value

    Attributes
    protected
    Definition Classes
    ReadEnumRef
  27. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  28. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  29. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from Accessible

Inherited from scala.Mutable

Inherited from ReadEnumRef[T]

Inherited from Serializable

Inherited from Serializable

Inherited from PropertyContextDependent

Inherited from Protected

Inherited from AnyRef

Inherited from Any

Ungrouped