public class EnumerationLiteralFacadeLogicImpl extends EnumerationLiteralFacadeLogic
EnumerationLiteralFacade
,
Serialized FormmetaObject
contextRoot
Constructor and Description |
---|
EnumerationLiteralFacadeLogicImpl(org.omg.uml.foundation.core.EnumerationLiteral metaObject,
String context) |
Modifier and Type | Method and Description |
---|---|
protected String |
handleGetEnumerationValue()
Method to be implemented in descendants
Gets the Literal's Value.
|
protected String |
handleGetName() |
protected String |
handleGetName(boolean modelName)
Method to be implemented in descendants
Gets the name of the enumeration literal (if the "modelName" flag is true, then the actual
name of the literal in the model is returned - otherwise the name that has any masking
applied).
|
protected String |
handleGetValue() |
protected String |
handleGetValue(boolean modelValue)
Method to be implemented in descendants
Gets the value of the enumeration literal (if the "modelValue" flag is true, then the actual
value of the literal in the model is returned - otherwise the value that has any masking
applied is returned).
|
getEnumerationValue, getName, getValue, getValue, isEnumerationLiteralFacadeMetaType, 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, getValidationOwner, 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, getValidationOwner, getVisibility, hasExactStereotype, hasKeyword, hasStereotype, initialize, isBindingDependenciesPresent, isConstraintsPresent, isDocumentationPresent, isModelElementFacadeMetaType, isReservedWord, isTemplateParametersPresent, isValidIdentifierName, translateConstraint, translateConstraints, translateConstraints
public EnumerationLiteralFacadeLogicImpl(org.omg.uml.foundation.core.EnumerationLiteral metaObject, String context)
metaObject
- context
- protected String handleGetName()
handleGetName
in class ModelElementFacadeLogicImpl
ModelElementFacade.getName()
protected String handleGetValue()
handleGetValue
in class EnumerationLiteralFacadeLogic
EnumerationLiteralFacade.getValue()
protected String handleGetName(boolean modelName)
EnumerationLiteralFacadeLogic
handleGetName
in class EnumerationLiteralFacadeLogic
EnumerationLiteralFacade.getName(boolean)
protected String handleGetValue(boolean modelValue)
EnumerationLiteralFacadeLogic
handleGetValue
in class EnumerationLiteralFacadeLogic
EnumerationLiteralFacade.getValue(boolean)
protected String handleGetEnumerationValue()
EnumerationLiteralFacadeLogic
handleGetEnumerationValue
in class EnumerationLiteralFacadeLogic
EnumerationLiteralFacadeLogic.handleGetEnumerationValue()
Copyright © 2003–2014 AndroMDA.org. All rights reserved.