|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
When an element has several implementations in a namespace, every corresponding XoObject
must
implement this interface. It permits to implement the concept of local element definitions, from XML schema.
Method Summary | |
XoPolymorphWrapper |
getXoPolymorphWrapper()
An XoPolymorph object must keep reference of its holding XoPolymorphWrapper , which
holds all implementations for a same element when it doesn't belong to a DM Instance. |
void |
setXoPolymorphWrapper(XoPolymorphWrapper pw)
An XoPolymorph object must keep reference of its holding XoPolymorphWrapper , which
holds all implementations for a same element when it doesn't belong to a DM Instance. |
Method Detail |
public void setXoPolymorphWrapper(XoPolymorphWrapper pw)
XoPolymorph
object must keep reference of its holding XoPolymorphWrapper
, which
holds all implementations for a same element when it doesn't belong to a DM Instance.
pw
- an XoPolymorphWrapper
holding this element implementationXoPolymorphWrapper
public XoPolymorphWrapper getXoPolymorphWrapper()
XoPolymorph
object must keep reference of its holding XoPolymorphWrapper
, which
holds all implementations for a same element when it doesn't belong to a DM Instance.
XoPolymorphWrapper
holding this element implementation
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |