SMILA (incubation) API documentation

org.eclipse.smila.search.utils.param.set
Class DParameterCodec

java.lang.Object
  extended by org.eclipse.smila.search.utils.param.set.DParameterCodec

public abstract class DParameterCodec
extends java.lang.Object

Author:
brox IT-Solutions GmbH To change this generated comment go to Window>Preferences>Java>Code Generation>Code and Comments

Method Summary
static DParameter decode(org.w3c.dom.Element element)
           
static org.w3c.dom.Element encode(DParameter dParameter, 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

decode

public static DParameter decode(org.w3c.dom.Element element)
                         throws ParameterException
Parameters:
element - -
Returns:
DParameter
Throws:
ParameterException - -

encode

public static org.w3c.dom.Element encode(DParameter dParameter,
                                         org.w3c.dom.Element element)
                                  throws ParameterException
Throws:
ParameterException

SMILA (incubation) API documentation