SMILA (incubation) API documentation

org.eclipse.smila.search.utils.param.def
Class DEnumerationCodec

java.lang.Object
  extended by org.eclipse.smila.search.utils.param.def.DEnumerationCodec

public abstract class DEnumerationCodec
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(DEnumeration 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(DEnumeration dParameter,
                                         org.w3c.dom.Element element)
                                  throws ParameterException
Throws:
ParameterException

SMILA (incubation) API documentation