|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AtomicExpressionContext
A representation of the model object 'Atomic Expression Context'. The context within a basic, indivisible unit of expression that can be evaluated by itself.
The following features are supported:
DesignPackage.getAtomicExpressionContext()
Field Summary | |
---|---|
static java.lang.String |
copyright
|
Method Summary | |
---|---|
ExpressionArguments |
getArguments()
Returns the value of the 'Arguments' containment reference. |
ExpressionVariable |
getVariable()
Returns the value of the 'Variable' containment reference. |
boolean |
isOptional()
Returns the value of the 'Optional' attribute. |
boolean |
isSetOptional()
Returns whether the value of the ' Optional ' attribute is set. |
void |
setArguments(ExpressionArguments value)
Sets the value of the ' Arguments ' containment reference. |
void |
setOptional(boolean value)
Sets the value of the ' Optional ' attribute. |
void |
setVariable(ExpressionVariable value)
Sets the value of the ' Variable ' containment reference. |
void |
unsetOptional()
Unsets the value of the ' Optional ' attribute. |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Field Detail |
---|
static final java.lang.String copyright
Method Detail |
---|
boolean isOptional()
"false"
.
Indicates whether this atomic expression can be excluded at runtime.
isSetOptional()
,
unsetOptional()
,
setOptional(boolean)
,
DesignPackage.getAtomicExpressionContext_Optional()
void setOptional(boolean value)
Optional
' attribute.
value
- the new value of the 'Optional' attribute.isSetOptional()
,
unsetOptional()
,
isOptional()
void unsetOptional()
Optional
' attribute.
isSetOptional()
,
isOptional()
,
setOptional(boolean)
boolean isSetOptional()
Optional
' attribute is set.
unsetOptional()
,
isOptional()
,
setOptional(boolean)
ExpressionVariable getVariable()
If the meaning of the 'Variable' containment reference isn't clear, there really should be more of a description here...
setVariable(ExpressionVariable)
,
DesignPackage.getAtomicExpressionContext_Variable()
void setVariable(ExpressionVariable value)
Variable
' containment reference.
value
- the new value of the 'Variable' containment reference.getVariable()
ExpressionArguments getArguments()
setArguments(ExpressionArguments)
,
DesignPackage.getAtomicExpressionContext_Arguments()
void setArguments(ExpressionArguments value)
Arguments
' containment reference.
value
- the new value of the 'Arguments' containment reference.getArguments()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |