public interface PackageFacade extends ModelElementFacade
Modifier and Type | Method and Description |
---|---|
ModelElementFacade |
findModelElement(String fullyQualifiedName)
Finds the model element with the given 'fullyQualifiedName', or returns null if one can't be
found with that name.
|
Collection<ClassifierFacade> |
getClasses()
Returns all classes in this package
|
Collection<ModelElementFacade> |
getModelElements()
Gets all the model elements belonging to the root package.
|
Collection<ModelElementFacade> |
getOwnedElements()
The elements directly found in this package.
|
Collection<PackageFacade> |
getSubPackages()
returns all packages belonging to this package.
|
String |
getTablePrefix()
The Entity table prefix to be used for this package.
|
boolean |
isPackageFacadeMetaType()
Indicates the metafacade type (used for metafacade mappings).
|
copyTaggedValues, findTaggedValue, findTaggedValues, getBindedFullyQualifiedName, getConstraints, getConstraints, getDocumentation, getDocumentation, getDocumentation, getFullyQualifiedName, getFullyQualifiedName, getFullyQualifiedNamePath, getId, getKeywords, getLabel, getLanguageMappings, getModel, getName, getPackage, getPackageName, getPackageName, getPackagePath, getQualifiedName, getRootPackage, getSourceDependencies, getStateMachineContext, getStereotypeNames, getStereotypes, getTaggedValues, getTargetDependencies, getTemplateParameter, getTemplateParameters, getValidationName, getValidationOwner, getVisibility, hasExactStereotype, hasKeyword, hasStereotype, initialize, isBindingDependenciesPresent, isConstraintsPresent, isDocumentationPresent, isModelElementFacadeMetaType, isReservedWord, isTemplateParametersPresent, isValidIdentifierName, translateConstraint, translateConstraints, translateConstraints, validateInvariants
boolean isPackageFacadeMetaType()
true
ModelElementFacade findModelElement(String fullyQualifiedName)
fullyQualifiedName
- StringCollection<ClassifierFacade> getClasses()
Collection<ModelElementFacade> getModelElements()
Collection<ModelElementFacade> getOwnedElements()
Collection<PackageFacade> getSubPackages()
String getTablePrefix()
Copyright © 2003–2014 AndroMDA.org. All rights reserved.