public class RangedType extends UserType
storageType
Constructor and Description |
---|
RangedType(java.lang.String name,
int storageType,
double lo,
double hi) |
RangedType(java.lang.String name,
int storageType,
long lo,
long hi) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
boolean |
equivalent(RangedType r)
Returns true if the argument is structurally equivalent to this RangedType, false otherwise.
|
double |
getHighValue() |
double |
getLowValue() |
int |
getStorageType() |
java.lang.String |
toString()
Return a representation of this object as a nicely formatted String.
|
public RangedType(java.lang.String name, int storageType, double lo, double hi)
public RangedType(java.lang.String name, int storageType, long lo, long hi)
public double getLowValue()
public double getHighValue()
public int getStorageType()
getStorageType
in class UserType
public boolean equivalent(RangedType r)