org.boris.variant
Class VTByte

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

public class VTByte
extends VTNumber


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

Constructor Detail

VTByte

public VTByte(byte value)
Method Detail

byteValue

public byte byteValue()
Overrides:
byteValue 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