Uses of Interface
com.virtualweaver.xotics.datamodel.XoPolymorph

Packages that use XoPolymorph
com.virtualweaver.xotics.datamodel   
 

Uses of XoPolymorph in com.virtualweaver.xotics.datamodel
 

Methods in com.virtualweaver.xotics.datamodel with parameters of type XoPolymorph
 void XoPolymorphWrapper.addXoPolymorph(XoPolymorph po, java.lang.String type, boolean isDefaultImpl)
          Registers a polymorph object with its param type coming from data-model definition or polymorph itself.
 XoObject XoPolymorphWrapper.cloneXoPolymorph(XoPolymorph po)
          Duplicates polymorph and its wrapper (this) and thus other polymorph of this wrapper.