|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ValueExpression
A representation of the model object 'Value Expression'. Expression as a textual statement which results in a value when evaluated in a context
The following features are supported:
GMFMapPackage.getValueExpression()
Method Summary | |
---|---|
String |
getBody()
Returns the value of the 'Body' attribute. |
String |
getLangName()
Returns the value of the 'Lang Name' attribute. |
Language |
getLanguage()
Returns the value of the 'Language' attribute. |
void |
setBody(String value)
Sets the value of the ' Body ' attribute. |
void |
setLanguage(Language value)
Sets the value of the ' Language ' attribute. |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Method Detail |
---|
String getBody()
setBody(String)
,
GMFMapPackage.getValueExpression_Body()
void setBody(String value)
Body
' attribute.
value
- the new value of the 'Body' attribute.getBody()
Language getLanguage()
"ocl"
.
The literals are from the enumeration Language
.
Specifies the language in which the expression is stated
Language
,
setLanguage(Language)
,
GMFMapPackage.getValueExpression_Language()
void setLanguage(Language value)
Language
' attribute.
value
- the new value of the 'Language' attribute.Language
,
getLanguage()
String getLangName()
If the meaning of the 'Lang Name' attribute isn't clear, there really should be more of a description here...
GMFMapPackage.getValueExpression_LangName()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |