public interface EnumerationLiteralFacade extends ModelElementFacade
Modifier and Type | Method and Description |
---|---|
String |
getEnumerationValue()
Gets the Literal's Value.
|
String |
getName(boolean modelName)
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).
|
String |
getValue()
Returns the value of this enumeration literal, by default the value is the same as the name.
|
String |
getValue(boolean modelValue)
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).
|
boolean |
isEnumerationLiteralFacadeMetaType()
Indicates the metafacade type (used for metafacade mappings).
|
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, validateInvariants
boolean isEnumerationLiteralFacadeMetaType()
true
String getEnumerationValue()
String getName(boolean modelName)
modelName
- booleanString getValue()
Copyright © 2003–2014 AndroMDA.org. All rights reserved.