|
||||||||||
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 is textual statement which results in a value when evaluated in a context
The following features are supported:
GMFGenPackage.getValueExpression()
Method Summary | |
---|---|
String |
getBody()
Returns the value of the 'Body' attribute. |
String |
getBodyString()
Returns valid String literal for the given String as it should appear in java source code. |
String |
getLangName()
Returns the value of the 'Lang Name' attribute. |
GenExpressionProviderBase |
getProvider()
Returns the value of the 'Provider' container reference. |
void |
setBody(String value)
Sets the value of the ' Body ' 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()
If the meaning of the 'Body' attribute isn't clear, there really should be more of a description here...
The text of the expression
setBody(String)
,
GMFGenPackage.getValueExpression_Body()
void setBody(String value)
Body
' attribute.
value
- the new value of the 'Body' attribute.getBody()
String getLangName()
If the meaning of the 'Lang Name' attribute isn't clear, there really should be more of a description here...
GMFGenPackage.getValueExpression_LangName()
GenExpressionProviderBase getProvider()
Expressions
'.
If the meaning of the 'Provider' container reference isn't clear, there really should be more of a description here...
GMFGenPackage.getValueExpression_Provider()
,
GenExpressionProviderBase.getExpressions()
String getBodyString()
String
as it should appear in java source code.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |