com.sybase.reflection
Class DecimalValue

java.lang.Object
  extended by com.sybase.reflection.DataValue
      extended by com.sybase.reflection.DecimalValue

public class DecimalValue
extends DataValue

Sybase internal use only.


Field Summary
protected  java.lang.String __value
           
 
Constructor Summary
DecimalValue()
           
 
Method Summary
 java.lang.String getValue()
           
 void setValue(java.lang.String _value)
           
 java.lang.String toString()
           
 int typeCode()
           
 
Methods inherited from class com.sybase.reflection.DataValue
fromBinary, fromBoolean, fromByte, fromChar, fromDate, fromDateTime, fromDecimal, fromDouble, fromFloat, fromInt, fromInteger, fromLong, fromNullableBinary, fromNullableBoolean, fromNullableByte, fromNullableChar, fromNullableDate, fromNullableDateTime, fromNullableDecimal, fromNullableDouble, fromNullableFloat, fromNullableInt, fromNullableInteger, fromNullableLong, fromNullableShort, fromNullableString, fromNullableTime, fromShort, fromString, fromTime, getBinary, getBoolean, getByte, getChar, getDate, getDateTime, getDecimal, getDouble, getFloat, getInt, getInteger, getLong, getNullableBinary, getNullableBoolean, getNullableByte, getNullableChar, getNullableDate, getNullableDateTime, getNullableDecimal, getNullableDouble, getNullableFloat, getNullableInt, getNullableInteger, getNullableLong, getNullableShort, getNullableString, getNullableTime, getShort, getString, getTime, parse
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

__value

protected java.lang.String __value
Constructor Detail

DecimalValue

public DecimalValue()
Method Detail

getValue

public java.lang.String getValue()

setValue

public void setValue(java.lang.String _value)

typeCode

public int typeCode()

toString

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