|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.fraunhofer.ipsi.xpathDatatypes.XS_AnySimpleType
de.fraunhofer.ipsi.xpathDatatypes.XDT_AnyAtomicType
de.fraunhofer.ipsi.xpathDatatypes.XS_Decimal
de.fraunhofer.ipsi.xpathDatatypes.XS_Integer
de.fraunhofer.ipsi.xpathDatatypes.XS_Long
de.fraunhofer.ipsi.xpathDatatypes.XS_Int
public class XS_Int
Constructor Summary | |
---|---|
XS_Int(int value)
Constructor |
|
XS_Int(java.lang.String s)
Constructor |
Method Summary | ||
---|---|---|
|
castas(java.lang.Class<T> type)
Method castas |
|
int |
intValue()
|
Methods inherited from class de.fraunhofer.ipsi.xpathDatatypes.XS_Integer |
---|
abs, add, ceiling, compareTo, floor, longValue, mod, multiply, negate, round, roundHalfToEven, subtract, toString |
Methods inherited from class de.fraunhofer.ipsi.xpathDatatypes.XS_Decimal |
---|
divide, doubleValue, equals, idivide |
Methods inherited from class java.lang.Object |
---|
getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public XS_Int(int value)
value
- an intpublic XS_Int(java.lang.String s)
s
- a XS_StringMethod Detail |
---|
public <T extends XDT_AnyAtomicType> T castas(java.lang.Class<T> type) throws java.lang.ClassCastException, XPathDTException
castas
in class XS_Long
type
- a BuiltinSimpleType
CastError
java.lang.ClassCastException
XPathDTException
public int intValue()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |