wt.infoengine.object.data
Class CharString

java.lang.Object
  extended bywt.infoengine.object.data.CharString
All Implemented Interfaces:
I_enableCoercion, Serializable

public class CharString
extends Object
implements I_enableCoercion

Description...

 Examples...
 

See Also:
Serialized Form

Field Summary
private  String data
           
private static String ID
           
 
Constructor Summary
CharString(String value)
           
 
Method Summary
 byte[] toBytes()
           
 Date toDate()
           
 Double toDouble()
           
 Float toFloat()
           
 Integer toInteger()
           
 Long toLong()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

ID

private static final String ID
See Also:
Constant Field Values

data

private String data
Constructor Detail

CharString

public CharString(String value)
Method Detail

toString

public String toString()
Specified by:
toString in interface I_enableCoercion

toInteger

public Integer toInteger()
Specified by:
toInteger in interface I_enableCoercion

toLong

public Long toLong()
Specified by:
toLong in interface I_enableCoercion

toFloat

public Float toFloat()
Specified by:
toFloat in interface I_enableCoercion

toDouble

public Double toDouble()
Specified by:
toDouble in interface I_enableCoercion

toDate

public Date toDate()
Specified by:
toDate in interface I_enableCoercion

toBytes

public byte[] toBytes()
Specified by:
toBytes in interface I_enableCoercion