Package org.cakelab.jdoxml.api
Interface IInterface
-
- All Superinterfaces:
ICompound
,IDocumentedElement
- All Known Implementing Classes:
CompoundHandler
public interface IInterface extends ICompound
The public interface to a Java/IDL public interface in the object model.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.cakelab.jdoxml.api.ICompound
ICompound.CompoundKind
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.ListIterator<IRelatedCompound>
baseCompounds()
java.util.ListIterator<IRelatedCompound>
derivedCompounds()
-
Methods inherited from interface org.cakelab.jdoxml.api.ICompound
briefDescription, detailedDescription, id, kind, kindString, memberById, memberByName, name, sections
-
-
-
-
Method Detail
-
baseCompounds
java.util.ListIterator<IRelatedCompound> baseCompounds()
-
derivedCompounds
java.util.ListIterator<IRelatedCompound> derivedCompounds()
-
-