EXIficient

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

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

public class BooleanPatternDatatypeDecoder
extends AbstractDatatypeDecoder

TODO Description

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

Constructor Summary
BooleanPatternDatatypeDecoder()
           
 
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

BooleanPatternDatatypeDecoder

public BooleanPatternDatatypeDecoder()
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