org.boris.variant
Class VTNumber

java.lang.Object
  extended by org.boris.variant.Variant
      extended by org.boris.variant.VTNumber
Direct Known Subclasses:
VTBoolean, VTByte, VTDouble, VTFloat, VTInteger, VTLong, VTShort

public abstract class VTNumber
extends Variant


Constructor Summary
VTNumber()
           
 
Method Summary
 boolean booleanValue()
           
 byte byteValue()
           
 double doubleValue()
           
 float floatValue()
           
abstract  int intValue()
           
 long longValue()
           
 short shortValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VTNumber

public VTNumber()
Method Detail

booleanValue

public boolean booleanValue()

byteValue

public byte byteValue()

shortValue

public short shortValue()

intValue

public abstract int intValue()

longValue

public long longValue()

floatValue

public float floatValue()

doubleValue

public double doubleValue()