|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface EnumerationLiteralFacade
Metafacade interface to be used by AndroMDA cartridges.
| Method Summary | |
|---|---|
java.lang.String |
getEnumerationValue()
Gets the Literal's Value. |
java.lang.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). |
java.lang.String |
getValue()
Returns the value of this enumeration literal, by default the value is the same as the name. |
java.lang.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 |
|---|
boolean isEnumerationLiteralFacadeMetaType()
truejava.lang.String getEnumerationValue()
Gets the Literal's Value. This will be used to create the Literal's Instance.
java.lang.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).
java.lang.String getValue()
Returns the value of this enumeration literal, by default the value is the same as the name.
java.lang.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 | ||||||||