SMILA (incubation) API documentation

org.eclipse.smila.search.datadictionary.messages.ddconfig
Class DQueryConstraintsCodec

java.lang.Object
  extended by org.eclipse.smila.search.datadictionary.messages.ddconfig.DQueryConstraintsCodec

public class DQueryConstraintsCodec
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
           
 
Constructor Summary
DQueryConstraintsCodec()
           
 
Method Summary
static DQueryConstraints decode(org.w3c.dom.Element element)
           
static org.w3c.dom.Element encode(DQueryConstraints dQueryConstraints, 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
See Also:
Constant Field Values
Constructor Detail

DQueryConstraintsCodec

public DQueryConstraintsCodec()
Method Detail

decode

public static DQueryConstraints decode(org.w3c.dom.Element element)
                                throws ConfigurationException
Throws:
ConfigurationException

encode

public static org.w3c.dom.Element encode(DQueryConstraints dQueryConstraints,
                                         org.w3c.dom.Element element)
                                  throws ConfigurationException
Throws:
ConfigurationException

SMILA (incubation) API documentation