Value
@SerialVersionUID(7091335633555234129L) abstract class Value extends Ordered[Value] with Serializable
The type of the enumerated values.
The type of the enumerated values.
Value members
Abstract methods
Concrete methods
Inherited methods
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
Returns true if this
is greater than that
.
Returns true if this
is greater than that
.
- Inherited from
- Ordered
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