|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface LinkEndFacade
Metafacade interface to be used by AndroMDA cartridges.
| Method Summary | |
|---|---|
AssociationEndFacade |
getAssociationEnd()
The association end owned by this link. |
InstanceFacade |
getInstance()
The first instance to which this link end is attached. |
java.util.Collection |
getInstances()
The instances this link end is attached too. |
LinkFacade |
getLink()
The link owning this link end. |
boolean |
isLinkEndFacadeMetaType()
Indicates the metafacade type (used for metafacade mappings). |
| Method Detail |
|---|
boolean isLinkEndFacadeMetaType()
trueAssociationEndFacade getAssociationEnd()
The association end owned by this link.
InstanceFacade getInstance()
The first instance to which this link end is attached.
java.util.Collection getInstances()
The instances this link end is attached too. A link can have many instance values when its defining feature is an association end with a 'many' multiplicity.
LinkFacade getLink()
The link owning this link end.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||