public class AssociationEndFacadeLogicImpl extends AssociationEndFacadeLogic
AssociationEndFacade
,
Serialized FormmetaObject
xmiHelper
contextRoot
Constructor and Description |
---|
AssociationEndFacadeLogicImpl(AssociationEnd metaObjectIn,
String context) |
Modifier and Type | Method and Description |
---|---|
Object |
getValidationOwner() |
protected String |
handleGetAdderName() |
protected String |
handleGetAggregationKind() |
protected Association |
handleGetAssociation()
UML Specific type is transformed by shieldedElements to AndroMDA Metafacade type
|
protected String |
handleGetDefault()
Get the UML Default Value for this AssociationEnd
|
protected String |
handleGetGetterName() |
protected String |
handleGetGetterSetterTypeName() |
protected int |
handleGetLower()
Get the UML lower multiplicity Not implemented for UML1.4
|
protected String |
handleGetName() |
protected AssociationEnd |
handleGetOtherEnd()
UML Specific type is transformed by shieldedElements to AndroMDA Metafacade type
|
protected String |
handleGetRemoverName() |
protected String |
handleGetSetterName() |
protected Type |
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 String |
handleGetVisibility()
Override to change public to private, since we provide accessors in generated code
Allows for protected, package level visibility in the model
|
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() |
protected boolean |
handleIsStatic() |
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, handleGetModelNamespace, handleGetPackage, handleGetPackageName, handleGetPackageName, handleGetPackagePath, handleGetQualifiedName, handleGetRootPackage, handleGetSourceDependencies, handleGetStateMachineContext, handleGetStereotypeNames, handleGetStereotypes, handleGetTaggedValues, handleGetTargetDependencies, handleGetTemplateParameter, handleGetTemplateParameters, handleHasExactStereotype, handleHasKeyword, handleHasStereotype, handleIsBindingDependenciesPresent, handleIsConstraintsPresent, handleIsDocumentationPresent, handleIsReservedWord, handleIsTemplateParametersPresent, handleIsValidIdentifierName, handleTranslateConstraint, handleTranslateConstraints, handleTranslateConstraints, isAUml14Dependency
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(AssociationEnd metaObjectIn, String context)
metaObjectIn
- context
- protected boolean handleIsOne2One()
handleIsOne2One
in class AssociationEndFacadeLogic
AssociationEndFacade.isOne2One()
protected boolean handleIsOne2Many()
handleIsOne2Many
in class AssociationEndFacadeLogic
AssociationEndFacade.isOne2Many()
protected boolean handleIsMany2One()
handleIsMany2One
in class AssociationEndFacadeLogic
AssociationEndFacade.isMany2One()
protected boolean handleIsMany2Many()
handleIsMany2Many
in class AssociationEndFacadeLogic
AssociationEndFacade.isMany2Many()
protected boolean handleIsAggregation()
handleIsAggregation
in class AssociationEndFacadeLogic
AssociationEndFacade.isAggregation()
protected boolean handleIsComposition()
handleIsComposition
in class AssociationEndFacadeLogic
AssociationEndFacade.isComposition()
public boolean handleIsLeaf()
handleIsLeaf
in class AssociationEndFacadeLogic
AssociationEndFacade.isLeaf()
protected boolean handleIsOrdered()
handleIsOrdered
in class AssociationEndFacadeLogic
AssociationEndFacade.isOrdered()
protected boolean handleIsReadOnly()
handleIsReadOnly
in class AssociationEndFacadeLogic
AssociationEndFacade.isReadOnly()
protected boolean handleIsNavigable()
handleIsNavigable
in class AssociationEndFacadeLogic
AssociationEndFacade.isNavigable()
public boolean handleIsUnique()
handleIsUnique
in class AssociationEndFacadeLogic
AssociationEndFacade.isUnique()
protected String handleGetName()
handleGetName
in class ModelElementFacadeLogicImpl
ModelElementFacadeLogic.handleGetName()
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 String handleGetGetterSetterTypeName()
handleGetGetterSetterTypeName
in class AssociationEndFacadeLogic
AssociationEndFacade.getGetterSetterTypeName()
protected boolean handleIsMany()
handleIsMany
in class AssociationEndFacadeLogic
AssociationEndFacade.isMany()
protected boolean handleIsRequired()
handleIsRequired
in class AssociationEndFacadeLogic
AssociationEndFacade.isRequired()
protected boolean handleIsChild()
handleIsChild
in class AssociationEndFacadeLogic
AssociationEndFacade.isChild()
protected AssociationEnd handleGetOtherEnd()
AssociationEndFacadeLogic
handleGetOtherEnd
in class AssociationEndFacadeLogic
AssociationEndFacade.getOtherEnd()
protected Association handleGetAssociation()
AssociationEndFacadeLogic
handleGetAssociation
in class AssociationEndFacadeLogic
AssociationEndFacade.getAssociation()
protected String handleGetAggregationKind()
handleGetAggregationKind
in class AssociationEndFacadeLogic
AssociationEndFacade.getAggregationKind()
protected Type handleGetType()
AssociationEndFacadeLogic
handleGetType
in class AssociationEndFacadeLogic
AssociationEndFacade.getType()
public Object getValidationOwner()
getValidationOwner
in interface ModelElementFacade
getValidationOwner
in class MetafacadeBase
MetafacadeBase.getValidationOwner()
protected int handleGetUpper()
handleGetUpper
in class AssociationEndFacadeLogic
AssociationEndFacade.getUpper()
protected int handleGetLower()
handleGetLower
in class AssociationEndFacadeLogic
AssociationEndFacade.getLower()
protected String handleGetDefault()
handleGetDefault
in class AssociationEndFacadeLogic
AssociationEndFacade.getDefault()
protected String handleGetVisibility()
handleGetVisibility
in class ModelElementFacadeLogicImpl
ModelElementFacade.getVisibility()
protected boolean handleIsDerived()
handleIsDerived
in class AssociationEndFacadeLogic
AssociationEndFacade.isDerived()
protected boolean handleIsStatic()
handleIsStatic
in class AssociationEndFacadeLogic
AttributeFacade.isStatic()
Copyright © 2003–2014 AndroMDA.org. All rights reserved.