SMILA (incubation) API documentation

org.eclipse.smila.search.plugin
Interface IDataDictionaryAccess


public interface IDataDictionaryAccess

Author:
GSchmidt To change this generated comment go to Window>Preferences>Java>Code Generation>Code and Comments

Method Summary
 DConnection decodeConnection(org.w3c.dom.Element eConnection)
           
 org.w3c.dom.Element encodeConnection(DConnection dConnection, org.w3c.dom.Element element)
           
 

Method Detail

decodeConnection

DConnection decodeConnection(org.w3c.dom.Element eConnection)
                             throws DDException
Throws:
DDException

encodeConnection

org.w3c.dom.Element encodeConnection(DConnection dConnection,
                                     org.w3c.dom.Element element)
                                     throws DDException
Throws:
DDException

SMILA (incubation) API documentation