com.siemens.ct.exi.datatype
Class UnsignedBigIntegerDatatype
java.lang.Object
com.siemens.ct.exi.datatype.AbstractDatatype
com.siemens.ct.exi.datatype.UnsignedBigIntegerDatatype
- All Implemented Interfaces:
- Datatype
public class UnsignedBigIntegerDatatype
- extends AbstractDatatype
TODO Description
- Version:
- 0.4.20080718
- Author:
- Daniel.Peintner.EXT@siemens.com, Joerg.Heuer@siemens.com
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
UnsignedBigIntegerDatatype
public UnsignedBigIntegerDatatype(javax.xml.namespace.QName datatypeIdentifier)
isValid
public boolean isValid(java.lang.String value)
writeValue
public void writeValue(EncoderChannel valueChannel,
StringEncoder stringEncoder,
javax.xml.namespace.QName context)
throws java.io.IOException
- Throws:
java.io.IOException
readValue
public Value readValue(DecoderChannel valueChannel,
StringDecoder stringDecoder,
javax.xml.namespace.QName context)
throws java.io.IOException
- Throws:
java.io.IOException