Value
@SerialVersionUID(7091335633555234129L) abstract class Value extends Ordered[Value] with Serializable
The type of the enumerated values.
- Source
- Enumeration.scala
Value members
Abstract methods
the id and bit location of this enumeration value
the id and bit location of this enumeration value
- Source
- Enumeration.scala
Concrete methods
Create a ValueSet which contains this value and another one
Create a ValueSet which contains this value and another one
- Source
- Enumeration.scala
Inherited methods
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