EXIficient

com.siemens.ct.exi.datatype.decoder
Class AbstractDatatypeDecoder

java.lang.Object
  extended by com.siemens.ct.exi.datatype.decoder.AbstractDatatypeDecoder
All Implemented Interfaces:
DatatypeDecoder
Direct Known Subclasses:
BinaryDatatypeDecoder, BooleanDatatypeDecoder, BooleanPatternDatatypeDecoder, DatetimeDatatypeDecoder, DecimalDatatypeDecoder, EnumerationDatatypeDecoder, FloatDatatypeDecoder, IntegerDatatypeDecoder, ListDatatypeDecoder, NBitIntegerDatatypeDecoder, RestrictedCharacterSetDatatypeDecoder, StringDatatypeDecoder, UnsignedIntegerDatatypeDecoder

public abstract class AbstractDatatypeDecoder
extends java.lang.Object
implements DatatypeDecoder

TODO Description

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

Constructor Summary
AbstractDatatypeDecoder()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.siemens.ct.exi.datatype.decoder.DatatypeDecoder
decodeValue
 

Constructor Detail

AbstractDatatypeDecoder

public AbstractDatatypeDecoder()

EXIficient