scala.Enumeration
Val
class
Val extends Value
Inherited
- Hide All
- Show all
- Value
- Ordered
- Comparable
- AnyRef
- Any
Instance constructors
-
new
Val()
-
new
Val(name: String)
-
new
Val(i: Int)
-
new
Val(i: Int, name: String)
Value Members
-
def
!=(arg0: AnyRef): Boolean
-
def
!=(arg0: Any): Boolean
-
def
##(): Int
-
def
$asInstanceOf[T0](): T0
-
def
$isInstanceOf[T0](): Boolean
-
def
<(that: Value): Boolean
-
def
<=(that: Value): Boolean
-
def
==(arg0: AnyRef): Boolean
-
def
==(arg0: Any): Boolean
-
def
>(that: Value): Boolean
-
def
>=(that: Value): Boolean
-
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
def
compare(that: Value): Int
-
def
compareTo(that: Value): Int
-
def
eq(arg0: AnyRef): Boolean
-
def
equals(other: Any): Boolean
-
def
finalize(): Unit
-
def
getClass(): java.lang.Class[_ <: java.lang.Object]
-
def
hashCode(): Int
-
def
id: Int
-
def
isInstanceOf[T0]: Boolean
-
def
mask32: Int
-
def
mask64: Long
-
def
ne(arg0: AnyRef): Boolean
-
def
notify(): Unit
-
def
notifyAll(): Unit
-
def
readResolve(): AnyRef
-
def
synchronized[T0](arg0: T0): T0
-
def
toString(): String
-
def
wait(): Unit
-
def
wait(arg0: Long, arg1: Int): Unit
-
def
wait(arg0: Long): Unit
A class implementing the
Value
type. This class can be overridden to change the enumeration's naming and integer identification behaviour.