EXIficient

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

java.lang.Object
  extended by com.siemens.ct.exi.datatype.decoder.AbstractDatatypeDecoder
      extended by com.siemens.ct.exi.datatype.decoder.EnumerationDatatypeDecoder
All Implemented Interfaces:
DatatypeDecoder

public class EnumerationDatatypeDecoder
extends AbstractDatatypeDecoder

TODO Description

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

Constructor Summary
EnumerationDatatypeDecoder()
           
 
Method Summary
 java.lang.String decodeValue(TypeDecoder decoder, Datatype datatype, DecoderChannel dc, java.lang.String namespaceURI, java.lang.String localName)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EnumerationDatatypeDecoder

public EnumerationDatatypeDecoder()
Method Detail

decodeValue

public java.lang.String decodeValue(TypeDecoder decoder,
                                    Datatype datatype,
                                    DecoderChannel dc,
                                    java.lang.String namespaceURI,
                                    java.lang.String localName)
                             throws java.io.IOException
Throws:
java.io.IOException

EXIficient