public class AssociationEndFacadeLogicImpl extends AssociationEndFacadeLogic
metaObject
contextRoot
Constructor and Description |
---|
AssociationEndFacadeLogicImpl(org.omg.uml.foundation.core.AssociationEnd metaObject,
String context) |
Modifier and Type | Method and Description |
---|---|
ClassifierFacade |
getValidationOwner() |
protected String |
handleGetAdderName() |
protected String |
handleGetAggregationKind() |
protected org.omg.uml.foundation.core.UmlAssociation |
handleGetAssociation()
UML Specific type is transformed by shieldedElements to AndroMDA Metafacade type
|
protected String |
handleGetDefault()
NOT IMPLEMENTED - UML2 only
|
protected String |
handleGetGetterName() |
protected String |
handleGetGetterSetterTypeName() |
protected int |
handleGetLower()
Get the UML lower multiplicity
|
protected String |
handleGetName() |
protected org.omg.uml.foundation.core.AssociationEnd |
handleGetOtherEnd()
UML Specific type is transformed by shieldedElements to AndroMDA Metafacade type
|
protected String |
handleGetRemoverName() |
protected String |
handleGetSetterName() |
protected org.omg.uml.foundation.core.Classifier |
handleGetType()
UML Specific type is transformed by shieldedElements to AndroMDA Metafacade type
|
protected int |
handleGetUpper()
Get the UML upper multiplicity
Not implemented for UML1.4
|
protected boolean |
handleIsAggregation() |
protected boolean |
handleIsBidirectional() |
protected boolean |
handleIsChild() |
protected boolean |
handleIsComposition() |
protected boolean |
handleIsDerived() |
boolean |
handleIsLeaf()
UML2 Only: Returns false always.
|
protected boolean |
handleIsMany() |
protected boolean |
handleIsMany2Many() |
protected boolean |
handleIsMany2One() |
protected boolean |
handleIsNavigable() |
protected boolean |
handleIsOne2Many() |
protected boolean |
handleIsOne2One() |
protected boolean |
handleIsOrdered() |
protected boolean |
handleIsReadOnly() |
protected boolean |
handleIsRequired() |
boolean |
handleIsStatic()
UML2 only.
|
boolean |
handleIsUnique()
UML2 Only: Returns false always.
|
getAdderName, getAggregationKind, getAssociation, getDefault, getGetterName, getGetterSetterTypeName, getLower, getOtherEnd, getRemoverName, getSetterName, getType, getUpper, isAggregation, isAssociationEndFacadeMetaType, isBidirectional, isChild, isComposition, isDerived, isLeaf, isMany, isMany2Many, isMany2One, isNavigable, isOne2Many, isOne2One, isOrdered, isReadOnly, isRequired, isStatic, isUnique, resetMetafacadeContext, validateInvariants
getArraySuffix, getValidationName, handleCopyTaggedValues, handleFindTaggedValue, handleFindTaggedValues, handleGetBindedFullyQualifiedName, handleGetConstraints, handleGetConstraints, handleGetDocumentation, handleGetDocumentation, handleGetDocumentation, handleGetFullyQualifiedName, handleGetFullyQualifiedName, handleGetFullyQualifiedNamePath, handleGetId, handleGetKeywords, handleGetLabel, handleGetLanguageMappings, handleGetModel, handleGetOwnedElements, handleGetOwner, handleGetPackage, handleGetPackageName, handleGetPackageName, handleGetPackagePath, handleGetQualifiedName, handleGetRootPackage, handleGetSourceDependencies, handleGetStateMachineContext, handleGetStereotypeNames, handleGetStereotypes, handleGetTaggedValues, handleGetTargetDependencies, handleGetTemplateParameter, handleGetTemplateParameters, handleGetVisibility, handleHasExactStereotype, handleHasKeyword, handleHasStereotype, handleIsBindingDependenciesPresent, handleIsConstraintsPresent, handleIsDocumentationPresent, handleIsReservedWord, handleIsTemplateParametersPresent, handleIsValidIdentifierName, handleTranslateConstraint, handleTranslateConstraints, handleTranslateConstraints
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, getVisibility, hasExactStereotype, hasKeyword, hasStereotype, isBindingDependenciesPresent, isConstraintsPresent, isDocumentationPresent, isModelElementFacadeMetaType, isReservedWord, isTemplateParametersPresent, isValidIdentifierName, toString, translateConstraint, translateConstraints, translateConstraints
compareTo, equals, getConfiguredProperty, getDebug, getMetafacadeContext, getMetaObject, hashCode, initialize, isConfiguredProperty, isMetafacadePropertyCachingEnabled, setMetafacadeContext, setProperty, shieldedElement, shieldedElements, THIS, validate
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
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, getVisibility, hasExactStereotype, hasKeyword, hasStereotype, initialize, isBindingDependenciesPresent, isConstraintsPresent, isDocumentationPresent, isModelElementFacadeMetaType, isReservedWord, isTemplateParametersPresent, isValidIdentifierName, translateConstraint, translateConstraints, translateConstraints
public AssociationEndFacadeLogicImpl(org.omg.uml.foundation.core.AssociationEnd metaObject, String context)
metaObject
- context
- public ClassifierFacade getValidationOwner()
getValidationOwner
in interface ModelElementFacade
getValidationOwner
in class MetafacadeBase
MetafacadeBase.getValidationOwner()
protected org.omg.uml.foundation.core.AssociationEnd handleGetOtherEnd()
AssociationEndFacadeLogic
handleGetOtherEnd
in class AssociationEndFacadeLogic
AssociationEndFacade.getOtherEnd()
protected String handleGetName()
handleGetName
in class ModelElementFacadeLogicImpl
ModelElementFacadeLogic.handleGetName()
protected String handleGetAggregationKind()
handleGetAggregationKind
in class AssociationEndFacadeLogic
AssociationEndFacade.getAggregationKind()
protected String handleGetDefault()
handleGetDefault
in class AssociationEndFacadeLogic
AssociationEndFacade.getDefault()
protected org.omg.uml.foundation.core.Classifier handleGetType()
AssociationEndFacadeLogic
handleGetType
in class AssociationEndFacadeLogic
AssociationEndFacade.getType()
protected boolean handleIsOne2Many()
handleIsOne2Many
in class AssociationEndFacadeLogic
AssociationEndFacade.isOne2Many()
protected boolean handleIsMany2Many()
handleIsMany2Many
in class AssociationEndFacadeLogic
AssociationEndFacade.isMany2Many()
protected boolean handleIsOne2One()
handleIsOne2One
in class AssociationEndFacadeLogic
AssociationEndFacade.isOne2One()
protected boolean handleIsMany2One()
handleIsMany2One
in class AssociationEndFacadeLogic
AssociationEndFacade.isMany2One()
protected boolean handleIsMany()
handleIsMany
in class AssociationEndFacadeLogic
AssociationEndFacade.isMany()
public boolean handleIsLeaf()
handleIsLeaf
in class AssociationEndFacadeLogic
AssociationEndFacade.isLeaf()
protected boolean handleIsOrdered()
handleIsOrdered
in class AssociationEndFacadeLogic
AssociationEndFacade.isOrdered()
public boolean handleIsUnique()
handleIsUnique
in class AssociationEndFacadeLogic
AssociationEndFacade.isUnique()
protected boolean handleIsAggregation()
handleIsAggregation
in class AssociationEndFacadeLogic
AssociationEndFacade.isAggregation()
protected boolean handleIsComposition()
handleIsComposition
in class AssociationEndFacadeLogic
AssociationEndFacade.isComposition()
protected boolean handleIsReadOnly()
handleIsReadOnly
in class AssociationEndFacadeLogic
AssociationEndFacade.isReadOnly()
protected boolean handleIsNavigable()
handleIsNavigable
in class AssociationEndFacadeLogic
AssociationEndFacade.isNavigable()
protected String handleGetGetterName()
handleGetGetterName
in class AssociationEndFacadeLogic
AssociationEndFacade.getGetterName()
protected String handleGetSetterName()
handleGetSetterName
in class AssociationEndFacadeLogic
AssociationEndFacade.getSetterName()
protected String handleGetAdderName()
handleGetAdderName
in class AssociationEndFacadeLogic
AssociationEndFacade.getAdderName()
protected String handleGetRemoverName()
handleGetRemoverName
in class AssociationEndFacadeLogic
AssociationEndFacade.getRemoverName()
protected boolean handleIsBidirectional()
handleIsBidirectional
in class AssociationEndFacadeLogic
ModelElementFacade.isBindingDependenciesPresent()
protected org.omg.uml.foundation.core.UmlAssociation handleGetAssociation()
AssociationEndFacadeLogic
handleGetAssociation
in class AssociationEndFacadeLogic
AssociationEndFacade.getAssociation()
protected String handleGetGetterSetterTypeName()
handleGetGetterSetterTypeName
in class AssociationEndFacadeLogic
AssociationEndFacade.getGetterSetterTypeName()
protected boolean handleIsRequired()
handleIsRequired
in class AssociationEndFacadeLogic
AssociationEndFacade.isRequired()
protected boolean handleIsChild()
handleIsChild
in class AssociationEndFacadeLogic
AssociationEndFacade.isChild()
protected int handleGetUpper()
handleGetUpper
in class AssociationEndFacadeLogic
AssociationEndFacade.getUpper()
protected int handleGetLower()
handleGetLower
in class AssociationEndFacadeLogic
AssociationEndFacade.getLower()
protected boolean handleIsDerived()
handleIsDerived
in class AssociationEndFacadeLogic
AssociationEndFacadeLogic.handleIsDerived()
public boolean handleIsStatic()
handleIsStatic
in class AssociationEndFacadeLogic
AttributeFacade.isStatic()
Copyright © 2003–2014 AndroMDA.org. All rights reserved.