SMILA (incubation) API documentation

org.eclipse.smila.search.utils.search
Class DNumberFieldCodec

java.lang.Object
  extended by org.eclipse.smila.search.utils.search.DNumberFieldCodec

public abstract class DNumberFieldCodec
extends java.lang.Object


Constructor Summary
DNumberFieldCodec()
           
 
Method Summary
protected static DNumberField decode(org.w3c.dom.Element element)
           
protected static org.w3c.dom.Element encode(DNumberField dNumberField, org.w3c.dom.Element element)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DNumberFieldCodec

public DNumberFieldCodec()
Method Detail

decode

protected static DNumberField decode(org.w3c.dom.Element element)
                              throws DSearchException
Throws:
DSearchException

encode

protected static org.w3c.dom.Element encode(DNumberField dNumberField,
                                            org.w3c.dom.Element element)
                                     throws DSearchException
Throws:
DSearchException

SMILA (incubation) API documentation