|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface PackageFacade
Metafacade interface to be used by AndroMDA cartridges.
| Method Summary | |
|---|---|
ModelElementFacade |
findModelElement(java.lang.String fullyQualifiedName)
Finds the model element with the given 'fullyQualifiedName', or returns null if one can't be found with that name. |
java.util.Collection |
getClasses()
|
java.util.Collection |
getModelElements()
Gets all the model elements belonging to the root package. |
java.util.Collection |
getOwnedElements()
The elements directly found in this package. |
java.util.Collection |
getSubPackages()
|
boolean |
isPackageFacadeMetaType()
Indicates the metafacade type (used for metafacade mappings). |
| Method Detail |
|---|
boolean isPackageFacadeMetaType()
trueModelElementFacade findModelElement(java.lang.String fullyQualifiedName)
Finds the model element with the given 'fullyQualifiedName', or returns null if one can't be found with that name.
java.util.Collection getClasses()
java.util.Collection getModelElements()
Gets all the model elements belonging to the root package.
java.util.Collection getOwnedElements()
The elements directly found in this package.
java.util.Collection getSubPackages()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||