SMILA (incubation) API documentation

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

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

public class DParameterSetCodec
extends java.lang.Object

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

Field Summary
static java.lang.String NS
          NS.
 
Method Summary
static DParameterSet decode(org.w3c.dom.Element element)
           
static org.w3c.dom.Element encode(DParameterSet dParameterSet, org.w3c.dom.Element element)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NS

public static final java.lang.String NS
NS.

See Also:
Constant Field Values
Method Detail

decode

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

encode

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

SMILA (incubation) API documentation