|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Number
com.sun.msv.datatype.xsd.IntegerValueType
Value object of "integer" type.
Method Summary | |
int |
compareTo(java.lang.Object o)
|
static IntegerValueType |
create(java.math.BigInteger bi)
translates a BigInteger to an IntegerValueType. |
static IntegerValueType |
create(java.lang.String nonCanonicalizedValue)
translates non-canonicalized representation of an integer into an IntegerValueType. |
double |
doubleValue()
|
boolean |
equals(java.lang.Object o)
|
float |
floatValue()
|
int |
hashCode()
|
int |
intValue()
|
boolean |
isNegative()
returns true if the value if negative (less than zero) |
boolean |
isNonNegative()
returns true if the value if non-negative (greater than or equal to zero) |
boolean |
isNonPositive()
returns true if the value if non-positive (less than or equal to zero) |
boolean |
isPositive()
returns true if the value if positive (greater than zero) |
long |
longValue()
|
int |
precision()
|
java.math.BigInteger |
toBigInteger()
converts to BigInteger. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Number |
byteValue, shortValue |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
Method Detail |
public int compareTo(java.lang.Object o)
compareTo
in interface java.lang.Comparable
public static IntegerValueType create(java.math.BigInteger bi)
public static IntegerValueType create(java.lang.String nonCanonicalizedValue)
public double doubleValue()
public boolean equals(java.lang.Object o)
public float floatValue()
public int hashCode()
public int intValue()
public boolean isNegative()
public boolean isNonNegative()
public boolean isNonPositive()
public boolean isPositive()
public long longValue()
public int precision()
public java.math.BigInteger toBigInteger()
public java.lang.String toString()
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |