org.andromda.metafacades.uml
Interface ValueObjectAssociationEnd

All Superinterfaces:
AssociationEndFacade, ModelElementFacade

public interface ValueObjectAssociationEnd
extends AssociationEndFacade

Represents the association end of a value object.

Metafacade interface to be used by AndroMDA cartridges.


Method Summary
 boolean isValueObjectAssociationEndMetaType()
          Indicates the metafacade type (used for metafacade mappings).
 boolean isValueObjectType()
           Indicates if the type of this association is a value object or not.
 
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

isValueObjectAssociationEndMetaType

boolean isValueObjectAssociationEndMetaType()
Indicates the metafacade type (used for metafacade mappings).

Returns:
always true

isValueObjectType

boolean isValueObjectType()

Indicates if the type of this association is a value object or not.



Copyright © 2003-2008 AndroMDA.org. All Rights Reserved.