in scala.Enumeration
class Value

abstract class Value
extends java.lang.Object
with scala.Ordered[Enumeration.this.Value]
with scala.ScalaObject
The type of the enumerated values.
Direct Known Subclasses:
Val

Constructor Summary
def this

Def Summary
override def compare (that: Enumeration.this.Value) : scala.Int

abstract def id : scala.Int

Def inherited from scala.Ordered[Enumeration.this.Value]
< , <=, >, >=, compare, compareTo
Constructor Detail
def this

Def Detail
override def compare (that: Enumeration.this.Value): scala.Int

abstract def id : scala.Int