Uses of Interface
org.cakelab.jdoxml.api.IRelatedCompound
-
Packages that use IRelatedCompound Package Description org.cakelab.jdoxml.api org.cakelab.jdoxml.impl.compoundhandler -
-
Uses of IRelatedCompound in org.cakelab.jdoxml.api
Methods in org.cakelab.jdoxml.api that return types with arguments of type IRelatedCompound Modifier and Type Method Description java.util.ListIterator<IRelatedCompound>
IClass. baseCompounds()
java.util.ListIterator<IRelatedCompound>
IInterface. baseCompounds()
java.util.ListIterator<IRelatedCompound>
IStruct. baseCompounds()
java.util.ListIterator<IRelatedCompound>
IClass. derivedCompounds()
java.util.ListIterator<IRelatedCompound>
IInterface. derivedCompounds()
java.util.ListIterator<IRelatedCompound>
IStruct. derivedCompounds()
-
Uses of IRelatedCompound in org.cakelab.jdoxml.impl.compoundhandler
Classes in org.cakelab.jdoxml.impl.compoundhandler that implement IRelatedCompound Modifier and Type Class Description class
RelatedCompound
Methods in org.cakelab.jdoxml.impl.compoundhandler that return types with arguments of type IRelatedCompound Modifier and Type Method Description java.util.ListIterator<IRelatedCompound>
CompoundHandler. baseCompounds()
java.util.ListIterator<IRelatedCompound>
CompoundHandler. derivedCompounds()
-