org.boris.variant
Class VTShort

java.lang.Object
  extended by org.boris.variant.Variant
      extended by org.boris.variant.VTNumber
          extended by org.boris.variant.VTShort

public class VTShort
extends VTNumber


Constructor Summary
VTShort(short value)
           
 
Method Summary
 int intValue()
           
 short shortValue()
           
 java.lang.String toString()
           
 
Methods inherited from class org.boris.variant.VTNumber
booleanValue, byteValue, doubleValue, floatValue, longValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

VTShort

public VTShort(short value)
Method Detail

shortValue

public short shortValue()
Overrides:
shortValue in class VTNumber

intValue

public int intValue()
Specified by:
intValue in class VTNumber

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object