EXIficient

com.siemens.ct.exi.datatype.decoder
Interface TypeDecoderRepresentationMap

All Superinterfaces:
TypeCoder, TypeDecoder
All Known Implementing Classes:
TypeDecoderDatatypeRepresentationMap

public interface TypeDecoderRepresentationMap
extends TypeDecoder

TODO Description

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

Method Summary
 void registerDatatypeRepresentation(DatatypeRepresentation datatypeRepresentation)
           
 
Methods inherited from interface com.siemens.ct.exi.datatype.decoder.TypeDecoder
getStringTable, readStringAsGlobalHit, readStringAsLocalHit, readStringAsMiss, readTypeValidValue, readValueAsString, setStringTable
 

Method Detail

registerDatatypeRepresentation

void registerDatatypeRepresentation(DatatypeRepresentation datatypeRepresentation)

EXIficient