org.apache.xerces.impl.xs.util
Class XInt

java.lang.Object
  extended by org.apache.xerces.impl.xs.util.XInt

public final class XInt
extends java.lang.Object

Version:
$Id: XInt.java 446723 2006-09-15 20:37:45Z mrglavas $
Author:
Henry Zongaro, IBM

Method Summary
 boolean equals(XInt compareVal)
           
 int intValue()
           
 short shortValue()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

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 class java.lang.Object