org.andromda.metafacades.uml
Interface ManageableEntityAssociationEnd

All Superinterfaces:
AssociationEndFacade, EntityAssociationEnd, ModelElementFacade

public interface ManageableEntityAssociationEnd
extends EntityAssociationEnd

Metafacade interface to be used by AndroMDA cartridges.


Method Summary
 EntityAttribute getManageableIdentifier()
           
 boolean isDisplay()
           Whether or not this association end should be displayed.
 boolean isManageableEntityAssociationEndMetaType()
          Indicates the metafacade type (used for metafacade mappings).
 
Methods inherited from interface org.andromda.metafacades.uml.EntityAssociationEnd
getColumnIndex, getColumnName, getForeignKeyConstraintName, getForeignKeySuffix, getSqlType, isEntityAssociationEndMetaType, isForeignIdentifier, isIdentifiersPresent, isTransient
 
Methods inherited from interface org.andromda.metafacades.uml.AssociationEndFacade
getAssociation, getGetterName, getGetterSetterTypeName, getLower, getOtherEnd, getSetterName, getType, getUpper, isAggregation, isAssociationEndFacadeMetaType, isChild, isComposition, isMany, isMany2Many, isMany2One, isNavigable, isOne2Many, isOne2One, isOrdered, isReadOnly, isRequired
 
Methods inherited from interface org.andromda.metafacades.uml.ModelElementFacade
copyTaggedValues, findTaggedValue, findTaggedValues, getConstraints, getConstraints, getDocumentation, getDocumentation, getDocumentation, getFullyQualifiedName, getFullyQualifiedName, getFullyQualifiedNamePath, getId, getLanguageMappings, getModel, getName, getPackage, getPackageName, getPackageName, getPackagePath, getRootPackage, getSourceDependencies, getStateMachineContext, getStereotypeNames, getStereotypes, getTaggedValues, getTargetDependencies, getTemplateParameter, getTemplateParameters, getValidationName, getValidationOwner, getVisibility, hasExactStereotype, hasStereotype, initialize, isBindingDependenciesPresent, isConstraintsPresent, isModelElementFacadeMetaType, isTemplateParametersPresent, translateConstraint, translateConstraints, translateConstraints, validateInvariants
 

Method Detail

isManageableEntityAssociationEndMetaType

public boolean isManageableEntityAssociationEndMetaType()
Indicates the metafacade type (used for metafacade mappings).

Returns:
always true

getManageableIdentifier

public EntityAttribute getManageableIdentifier()

isDisplay

public boolean isDisplay()

Whether or not this association end should be displayed.



Copyright © 2003-2006 The AndroMDA Team. All Rights Reserved.