SMILA (incubation) API documentation

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

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

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

SMILA (incubation) API documentation