org.andromda.metafacades.uml
Interface TaggedValueFacade
- All Superinterfaces:
- ModelElementFacade
public interface TaggedValueFacade
- extends ModelElementFacade
Metafacade interface to be used by AndroMDA cartridges.
|
Method Summary |
java.lang.Object |
getValue()
The first value for this tagged value. |
java.util.Collection |
getValues()
The collection of values for this tagged value. |
boolean |
isTaggedValueFacadeMetaType()
Indicates the metafacade type (used for metafacade mappings). |
| 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 |
isTaggedValueFacadeMetaType
boolean isTaggedValueFacadeMetaType()
- Indicates the metafacade type (used for metafacade mappings).
- Returns:
- always
true
getValue
java.lang.Object getValue()
The first value for this tagged value.
getValues
java.util.Collection getValues()
The collection of values for this tagged value.
Copyright © 2003-2008 AndroMDA.org. All Rights Reserved.