|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface XSwitchExpression
A representation of the model object 'XSwitch Expression'.
The following features are supported:
XbasePackage.getXSwitchExpression()
Method Summary | |
---|---|
org.eclipse.emf.common.util.EList<XCasePart> |
getCases()
Returns the value of the 'Cases' containment reference list. |
XExpression |
getDefault()
Returns the value of the 'Default' containment reference |
java.lang.String |
getLocalVarName()
Returns the value of the 'Local Var Name' attribute |
XExpression |
getSwitch()
Returns the value of the 'Switch' containment reference |
void |
setDefault(XExpression value)
Sets the value of the ' Default ' containment reference |
void |
setLocalVarName(java.lang.String value)
Sets the value of the ' Local Var Name ' attribute |
void |
setSwitch(XExpression value)
Sets the value of the ' Switch ' containment reference |
Methods inherited from interface org.eclipse.xtext.common.types.JvmIdentifiableElement |
---|
getIdentifier, getQualifiedName, getQualifiedName, getSimpleName |
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 |
---|
XExpression getSwitch()
If the meaning of the 'Switch' containment reference isn't clear, there really should be more of a description here...
setSwitch(XExpression)
,
XbasePackage.getXSwitchExpression_Switch()
void setSwitch(XExpression value)
Switch
' containment reference.
value
- the new value of the 'Switch' containment reference.getSwitch()
org.eclipse.emf.common.util.EList<XCasePart> getCases()
XCasePart
.
If the meaning of the 'Cases' containment reference list isn't clear, there really should be more of a description here...
XbasePackage.getXSwitchExpression_Cases()
XExpression getDefault()
If the meaning of the 'Default' containment reference isn't clear, there really should be more of a description here...
setDefault(XExpression)
,
XbasePackage.getXSwitchExpression_Default()
void setDefault(XExpression value)
Default
' containment reference.
value
- the new value of the 'Default' containment reference.getDefault()
java.lang.String getLocalVarName()
If the meaning of the 'Local Var Name' attribute isn't clear, there really should be more of a description here...
setLocalVarName(String)
,
XbasePackage.getXSwitchExpression_LocalVarName()
void setLocalVarName(java.lang.String value)
Local Var Name
' attribute.
value
- the new value of the 'Local Var Name' attribute.getLocalVarName()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |