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.Object
INTERNAL:
- 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 boolean
equals(XInt compareVal)
int
intValue()
short
shortValue()
java.lang.String
toString()
-
-
-
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:
toString
in classjava.lang.Object
-
-