scala.swing.Table.IntervalMode

Value

class Value extends Ordered[Value]

The type of the enumerated values.

attributes: abstract
definition classes: Enumeration

Inherits

  1. Ordered
  2. Comparable
  3. AnyRef
  4. Any

Value Members

  1. def <(that: Value): Boolean

  2. def <=(that: Value): Boolean

  3. def >(that: Value): Boolean

  4. def >=(that: Value): Boolean

  5. def compare(that: Value): Int

    Result of comparing this with operand that

  6. def compareTo(that: Value): Int

  7. def equals(other: Any): Boolean

    This method is used to compare the receiver object (this) with the argument object (arg0) for equivalence

  8. def hashCode(): Int

    Returns a hash code value for the object

  9. def id: Int

    the id and bit location of this enumeration value

  10. def mask32: Int

    this enumeration value as an Int bit mask

  11. def mask64: Long

    this enumeration value as an Long bit mask

  12. def toString(): String

    Returns a string representation of the object

Instance constructors

  1. new Value()