Package org.apache.xerces.impl.xs.util
Class XInt
- java.lang.Object
-
- org.apache.xerces.impl.xs.util.XInt
-
public final class XInt extends java.lang.ObjectINTERNAL:
- Usage of this class is not supported. It may be altered or removed at any time.
- Version:
- $Id: XInt.java 660074 2008-05-26 02:08:01Z mrglavas $
- Author:
- Henry Zongaro, IBM
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(XInt compareVal)intintValue()shortshortValue()java.lang.StringtoString()
-
-
-
Method Detail
-
intValue
public final int intValue()
-
shortValue
public final short shortValue()
-
equals
public final boolean equals(XInt compareVal)
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-