|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CaseExpression
A representation of the model object 'Case Expression'.
The following features are supported:
DomPackage.getCaseExpression()| Method Summary | |
|---|---|
org.eclipse.emf.common.util.EList<AltWhenClause> |
getAltWhenClause()
Returns the value of the 'Alt When Clause' containment reference list. |
Expression |
getElseExpression()
Returns the value of the 'Else Expression' containment reference. |
Expression |
getExpression()
Returns the value of the 'Expression' containment reference. |
org.eclipse.emf.common.util.EList<WhenClause> |
getWhenClause()
Returns the value of the 'When Clause' containment reference list. |
void |
setElseExpression(Expression value)
Sets the value of the ' Else Expression' containment reference. |
void |
setExpression(Expression value)
Sets the value of the ' Expression' containment reference. |
| 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 |
| Method Detail |
|---|
org.eclipse.emf.common.util.EList<WhenClause> getWhenClause()
WhenClause.
If the meaning of the 'When Clause' containment reference list isn't clear, there really should be more of a description here...
DomPackage.getCaseExpression_WhenClause()Expression getElseExpression()
If the meaning of the 'Else Expression' containment reference isn't clear, there really should be more of a description here...
setElseExpression(Expression),
DomPackage.getCaseExpression_ElseExpression()void setElseExpression(Expression value)
Else Expression' containment reference.
value - the new value of the 'Else Expression' containment reference.getElseExpression()Expression getExpression()
If the meaning of the 'Expression' containment reference isn't clear, there really should be more of a description here...
setExpression(Expression),
DomPackage.getCaseExpression_Expression()void setExpression(Expression value)
Expression' containment reference.
value - the new value of the 'Expression' containment reference.getExpression()org.eclipse.emf.common.util.EList<AltWhenClause> getAltWhenClause()
AltWhenClause.
If the meaning of the 'Alt When Clause' containment reference list isn't clear, there really should be more of a description here...
DomPackage.getCaseExpression_AltWhenClause()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||