|
dbXML API | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Extension is an interface used to identify a class as a being a dbXML extension. An Extension is an object that is designed specifically to extend or refine access to a dbXML Collection.
Method Summary | |
Collection |
getCollection()
getCollection returns the Collection context for this Extension. |
java.lang.String |
getName()
getName returns the name of this Extension. |
void |
setCollection(Collection collection)
setCollection sets the Collection context for this Extension. |
Methods inherited from interface com.dbxml.util.Configurable |
getConfig, setConfig |
Method Detail |
public java.lang.String getName()
public void setCollection(Collection collection)
collection
- The Collectionpublic Collection getCollection()
|
dbXML API | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |