EXIficient

com.siemens.ct.exi.values
Class AbstractValue

java.lang.Object
  extended by com.siemens.ct.exi.values.AbstractValue
All Implemented Interfaces:
Value
Direct Known Subclasses:
BinaryValue, BooleanValue, DateTimeValue, DecimalValue, DoubleValue, FloatValue, HugeIntegerValue, IntegerValue, ListValue, LongValue, StringValue

public abstract class AbstractValue
extends java.lang.Object
implements Value

TODO Description

Version:
0.4.20090128
Author:
Daniel.Peintner.EXT@siemens.com, Joerg.Heuer@siemens.com

Constructor Summary
AbstractValue()
           
 
Method Summary
 int getCharactersLength()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.siemens.ct.exi.values.Value
toCharacters
 

Constructor Detail

AbstractValue

public AbstractValue()
Method Detail

toString

public java.lang.String toString()
Specified by:
toString in interface Value
Overrides:
toString in class java.lang.Object

getCharactersLength

public int getCharactersLength()
Specified by:
getCharactersLength in interface Value

EXIficient