Package org.cakelab.jdoxml.api
Interface IUnion
-
- All Superinterfaces:
ICompound
,IDocumentedElement
- All Known Implementing Classes:
CompoundHandler
public interface IUnion extends ICompound
The public interface to a union 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<ICompound>
nestedCompounds()
-
Methods inherited from interface org.cakelab.jdoxml.api.ICompound
briefDescription, detailedDescription, id, kind, kindString, memberById, memberByName, name, sections
-
-
-
-
Method Detail
-
nestedCompounds
java.util.ListIterator<ICompound> nestedCompounds()
-
-