Create a ValueSet which contains this value and another one
Create a ValueSet which contains this value and another one
Returns true if this
is less than that
Returns true if this
is less than that
Returns true if this
is less than or equal to that
.
Returns true if this
is less than or equal to that
.
Returns true if this
is greater than that
.
Returns true if this
is greater than that
.
Returns true if this
is greater than or equal to that
.
Returns true if this
is greater than or equal to that
.
Result of comparing this
with operand that
.
Result of comparing this
with operand that
.
Result of comparing this
with operand that
.
Returns string formatted according to given format
string.
Returns string formatted according to given format
string.
Format strings are as for String.format
(@see java.lang.String.format).
the id and bit location of this enumeration value
(val: StringAdd[Val]).+(other)
Returns true if this
is less than that
Returns true if this
is less than that
(val: math.Ordered[Val]).<(that)
Returns true if this
is less than or equal to that
.
Returns true if this
is less than or equal to that
.
(val: math.Ordered[Val]).<=(that)
Returns true if this
is greater than that
.
Returns true if this
is greater than that
.
(val: math.Ordered[Val]).>(that)
Returns true if this
is greater than or equal to that
.
Returns true if this
is greater than or equal to that
.
(val: math.Ordered[Val]).>=(that)
Result of comparing this
with operand that
.
Result of comparing this
with operand that
.
Implement this method to determine how instances of A will be sorted.
Returns x
where:
x < 0
when this < that
x == 0
when this == that
x > 0
when this > that
(val: math.Ordered[Val]).compare(that)
Result of comparing this
with operand that
.
Result of comparing this
with operand that
.
(val: math.Ordered[Val]).compareTo(that)
A class implementing the scala.Enumeration.Value type. This class can be overridden to change the enumeration's naming and integer identification behaviour.