EXIficient

com.siemens.ct.exi.types
Class AbstractTypeDecoder

java.lang.Object
  extended by com.siemens.ct.exi.types.AbstractTypeCoder
      extended by com.siemens.ct.exi.types.AbstractTypeDecoder
All Implemented Interfaces:
TypeCoder, TypeDecoder
Direct Known Subclasses:
DatatypeRepresentationMapTypeDecoder, LexicalTypeDecoder, StringTypeDecoder, TypedTypeDecoder

public abstract class AbstractTypeDecoder
extends AbstractTypeCoder
implements TypeDecoder

TODO Description

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

Constructor Summary
AbstractTypeDecoder(StringDecoder stringDecoder)
           
 
Method Summary
 void clear()
           
 StringDecoder getStringDecoder()
           
 void setStringDecoder(StringDecoder stringDecoder)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.siemens.ct.exi.types.TypeDecoder
readValue
 

Constructor Detail

AbstractTypeDecoder

public AbstractTypeDecoder(StringDecoder stringDecoder)
Method Detail

clear

public void clear()
Specified by:
clear in interface TypeCoder

setStringDecoder

public void setStringDecoder(StringDecoder stringDecoder)
Specified by:
setStringDecoder in interface TypeDecoder

getStringDecoder

public StringDecoder getStringDecoder()
Specified by:
getStringDecoder in interface TypeDecoder

EXIficient