|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Metafacade interface to be used by AndroMDA cartridges.
| Method Summary | |
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). |
| Method Detail |
public boolean isEnumerationLiteralFacadeMetaType()
truepublic 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).
public String getValue()
Returns the value of this enumeration literal, by default the value is the same as the name.
public 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).
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||