SMILA (incubation) API documentation

org.eclipse.smila.search.lucene.messages.advsearch
Class DDateTemplateFieldCodec

java.lang.Object
  extended by org.eclipse.smila.search.lucene.messages.advsearch.DDateTemplateFieldCodec

public abstract class DDateTemplateFieldCodec
extends java.lang.Object

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

Method Summary
static DDateTemplateField decode(org.w3c.dom.Element element)
           
static org.w3c.dom.Element encode(DDateTemplateField dTemplateField, org.w3c.dom.Element parent)
           
 
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(DDateTemplateField dTemplateField,
                                         org.w3c.dom.Element parent)
                                  throws AdvSearchException
Parameters:
dTemplateField - -
parent - -
Returns:
Element
Throws:
AdvSearchException - -

decode

public static DDateTemplateField decode(org.w3c.dom.Element element)
                                 throws AdvSearchException
Throws:
AdvSearchException

SMILA (incubation) API documentation