Val
@SerialVersionUID(0.-(3501153230598116017L))
A class implementing the scala.Enumeration.Value type. This class can be overridden to change the enumeration's naming and integer identification behaviour.
- Source:
- Enumeration.scala
Value members
Constructors
Concrete methods
Inherited methods
Create a ValueSet which contains this value and another one
Create a ValueSet which contains this value and another one
- Inherited from:
- Value
- Source:
- Enumeration.scala
Returns true if this is less than that
Returns true if this is less than that
- Inherited from:
- Ordered
- Source:
- Ordered.scala
Returns true if this is less than or equal to that.
Returns true if this is less than or equal to that.
- Inherited from:
- Ordered
- Source:
- Ordered.scala
Returns true if this is greater than that.
Returns true if this is greater than that.
- Inherited from:
- Ordered
- Source:
- Ordered.scala
Returns true if this is greater than or equal to that.
Returns true if this is greater than or equal to that.
- Inherited from:
- Ordered
- Source:
- Ordered.scala
Result of comparing this with operand that.
Result of comparing this with operand that.
- Inherited from:
- Ordered
- Source:
- Ordered.scala