in scala/Enumeration-class
class Val

protected class Val(i: Int, name: String)
extends Value
with ScalaObject

Method Summary
  def id: Int
override def toString(): String

Methods inherited from java/lang/Object-class
clone, eq, equals, finalize, getClass, hashCode, notify, notifyAll, synchronized, wait, wait, wait

Methods inherited from scala/Any-class
!=, ==, asInstanceOf, isInstanceOf, match

Methods inherited from scala/Enumeration-class/Value-class
compareTo

Methods inherited from scala/Ordered-class
<, <=, >, >=

Method Detail

id

  def id: Int

toString

  override def toString(): String