public class AttributeFacadeLogicImpl extends AttributeFacadeLogic
metaObjectcontextRoot| Constructor and Description |
|---|
AttributeFacadeLogicImpl(org.omg.uml.foundation.core.Attribute metaObject,
String context) |
| Modifier and Type | Method and Description |
|---|---|
Object |
handleFindTaggedValue(String name,
boolean follow)
Method to be implemented in descendants
Searches the given feature for the specified tag.
|
String |
handleGetDefaultValue() |
protected EnumerationFacade |
handleGetEnumeration()
UML Specific type is transformed by shieldedElements to AndroMDA Metafacade type
|
protected String |
handleGetEnumerationLiteralParameters() |
protected String |
handleGetEnumerationValue() |
String |
handleGetGetterName() |
String |
handleGetGetterSetterTypeName() |
protected int |
handleGetLower()
Get the UML lower multiplicity
|
protected String |
handleGetName()
Overridden to provide different handling of the name if this attribute represents a literal.
|
org.omg.uml.foundation.core.Classifier |
handleGetOwner()
UML Specific type is transformed by shieldedElements to AndroMDA Metafacade type
|
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
|
boolean |
handleIsAddOnly() |
boolean |
handleIsChangeable() |
boolean |
handleIsDefaultValuePresent() |
protected boolean |
handleIsDerived() |
protected boolean |
handleIsEnumerationLiteral() |
protected boolean |
handleIsEnumerationLiteralParametersExist() |
protected boolean |
handleIsEnumerationMember() |
boolean |
handleIsLeaf()
UML2 Only: Returns false always.
|
boolean |
handleIsMany() |
boolean |
handleIsOrdered() |
boolean |
handleIsReadOnly() |
boolean |
handleIsRequired() |
boolean |
handleIsStatic() |
protected boolean |
handleIsUnique() |
findTaggedValue, getDefaultValue, getEnumeration, getEnumerationLiteralParameters, getEnumerationValue, getGetterName, getGetterSetterTypeName, getLower, getOwner, getSetterName, getType, getUpper, isAddOnly, isAttributeFacadeMetaType, isChangeable, isDefaultValuePresent, isDerived, isEnumerationLiteral, isEnumerationLiteralParametersExist, isEnumerationMember, isLeaf, isMany, isOrdered, isReadOnly, isRequired, isStatic, isUnique, resetMetafacadeContext, validateInvariantsgetArraySuffix, getValidationName, handleCopyTaggedValues, handleFindTaggedValue, handleFindTaggedValues, handleGetBindedFullyQualifiedName, handleGetConstraints, handleGetConstraints, handleGetDocumentation, handleGetDocumentation, handleGetDocumentation, handleGetFullyQualifiedName, handleGetFullyQualifiedName, handleGetFullyQualifiedNamePath, handleGetId, handleGetKeywords, handleGetLabel, handleGetLanguageMappings, handleGetModel, handleGetOwnedElements, 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, handleTranslateConstraintscopyTaggedValues, 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, translateConstraintscompareTo, equals, getConfiguredProperty, getDebug, getMetafacadeContext, getMetaObject, getValidationOwner, hashCode, initialize, isConfiguredProperty, isMetafacadePropertyCachingEnabled, setMetafacadeContext, setProperty, shieldedElement, shieldedElements, THIS, validateclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopyTaggedValues, 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, getValidationOwner, getVisibility, hasExactStereotype, hasKeyword, hasStereotype, initialize, isBindingDependenciesPresent, isConstraintsPresent, isDocumentationPresent, isModelElementFacadeMetaType, isReservedWord, isTemplateParametersPresent, isValidIdentifierName, translateConstraint, translateConstraints, translateConstraintspublic AttributeFacadeLogicImpl(org.omg.uml.foundation.core.Attribute metaObject, String context)
metaObject - context - public String handleGetGetterName()
handleGetGetterName in class AttributeFacadeLogicAttributeFacade.getGetterName()public String handleGetSetterName()
handleGetSetterName in class AttributeFacadeLogicAttributeFacade.getSetterName()public String handleGetDefaultValue()
handleGetDefaultValue in class AttributeFacadeLogicAttributeFacade.getDefaultValue()public boolean handleIsChangeable()
handleIsChangeable in class AttributeFacadeLogicAttributeFacade.isChangeable()public boolean handleIsAddOnly()
handleIsAddOnly in class AttributeFacadeLogicAttributeFacade.isAddOnly()protected org.omg.uml.foundation.core.Classifier handleGetType()
AttributeFacadeLogichandleGetType in class AttributeFacadeLogicAttributeFacade.getType()public org.omg.uml.foundation.core.Classifier handleGetOwner()
AttributeFacadeLogichandleGetOwner in class AttributeFacadeLogicAttributeFacade.getOwner()public boolean handleIsReadOnly()
handleIsReadOnly in class AttributeFacadeLogicAttributeFacade.isReadOnly()public boolean handleIsStatic()
handleIsStatic in class AttributeFacadeLogicAttributeFacade.isStatic()public Object handleFindTaggedValue(String name, boolean follow)
AttributeFacadeLogichandleFindTaggedValue in class AttributeFacadeLogicAttributeFacade.findTaggedValue(String, boolean)public boolean handleIsRequired()
handleIsRequired in class AttributeFacadeLogicAttributeFacade.isRequired()public boolean handleIsMany()
handleIsMany in class AttributeFacadeLogicAttributeFacade.isMany()protected EnumerationFacade handleGetEnumeration()
AttributeFacadeLogichandleGetEnumeration in class AttributeFacadeLogicAttributeFacade.getEnumeration()protected boolean handleIsEnumerationLiteral()
handleIsEnumerationLiteral in class AttributeFacadeLogicAttributeFacade.isEnumerationLiteral()protected String handleGetEnumerationValue()
handleGetEnumerationValue in class AttributeFacadeLogicAttributeFacade.getEnumerationValue()protected boolean handleIsEnumerationMember()
handleIsEnumerationMember in class AttributeFacadeLogicAttributeFacade.isEnumerationMember()protected String handleGetEnumerationLiteralParameters()
handleGetEnumerationLiteralParameters in class AttributeFacadeLogicAttributeFacade.getEnumerationLiteralParameters()protected boolean handleIsEnumerationLiteralParametersExist()
handleIsEnumerationLiteralParametersExist in class AttributeFacadeLogicAttributeFacade.isEnumerationLiteralParametersExist()public boolean handleIsDefaultValuePresent()
handleIsDefaultValuePresent in class AttributeFacadeLogicAttributeFacade.isDefaultValuePresent()protected String handleGetName()
handleGetName in class ModelElementFacadeLogicImplModelElementFacade.getName()public boolean handleIsLeaf()
handleIsLeaf in class AttributeFacadeLogicAttributeFacade.isLeaf()public boolean handleIsOrdered()
handleIsOrdered in class AttributeFacadeLogicAttributeFacade.isOrdered()protected boolean handleIsUnique()
handleIsUnique in class AttributeFacadeLogicAttributeFacade.isUnique()public String handleGetGetterSetterTypeName()
handleGetGetterSetterTypeName in class AttributeFacadeLogicAttributeFacade.getGetterSetterTypeName()protected int handleGetUpper()
handleGetUpper in class AttributeFacadeLogicAttributeFacade.getUpper()protected int handleGetLower()
handleGetLower in class AttributeFacadeLogicAttributeFacade.getLower()protected boolean handleIsDerived()
handleIsDerived in class AttributeFacadeLogicAttributeFacade.isDerived()Copyright © 2003–2014 AndroMDA.org. All rights reserved.