SMILA (incubation) API documentation

org.eclipse.smila.search.lucene.tools.search.lucene
Class DNumberFieldParameterCodec

java.lang.Object
  extended by org.eclipse.smila.search.lucene.tools.search.lucene.DNumberFieldParameterCodec

public class DNumberFieldParameterCodec
extends java.lang.Object

Author:
GSchmidt To change this generated comment go to Window>Preferences>Java>Code Generation>Code and Comments

Method Summary
static INFParameter decode(org.w3c.dom.Element element)
           
static org.w3c.dom.Element encode(DNumberFieldParameter dNumberFieldParameter, org.w3c.dom.Element element)
           
static org.w3c.dom.Element encode(INFParameter dNFP, org.w3c.dom.Element element)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

encode

public static org.w3c.dom.Element encode(DNumberFieldParameter dNumberFieldParameter,
                                         org.w3c.dom.Element element)
                                  throws DSearchException
Parameters:
dNumberFieldParameter - -
element - -
Returns:
ELEMENT
Throws:
DSearchException - -

encode

public static org.w3c.dom.Element encode(INFParameter dNFP,
                                         org.w3c.dom.Element element)
                                  throws DSearchException
Throws:
DSearchException

decode

public static INFParameter decode(org.w3c.dom.Element element)
                           throws DSearchException
Throws:
DSearchException

SMILA (incubation) API documentation