Package org.cakelab.jdoxml.api
Interface IRelatedCompound
-
- All Known Implementing Classes:
RelatedCompound
public interface IRelatedCompound
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
IRelatedCompound.Kind
static class
IRelatedCompound.Protection
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ICompound
compound()
IRelatedCompound.Kind
kind()
java.lang.String
name()
IRelatedCompound.Protection
protection()
-
-
-
Method Detail
-
compound
ICompound compound()
-
protection
IRelatedCompound.Protection protection()
-
kind
IRelatedCompound.Kind kind()
-
name
java.lang.String name()
-
-