public final class RangeType extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
static RangeType |
FULL
Full range (positive and negative).
|
static RangeType |
NEGATIVE
Negative range.
|
static RangeType |
POSITIVE
Positive range.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj)
Returns
true if this object is equal to the specified
object, and false otherwise. |
int |
hashCode()
Returns a hash code value for the object.
|
String |
toString()
Returns a string representing the object.
|
public static final RangeType FULL
public static final RangeType POSITIVE
public static final RangeType NEGATIVE
Jas4pp 1.5 © Java Analysis Studio for Particle Physics