public interface XCasePart
extends org.eclipse.emf.ecore.EObject
XbasePackage.getXCasePart()The following features are supported:
| Modifier and Type | Method and Description |
|---|---|
XExpression |
getCase()
Returns the value of the 'Case' containment reference
|
XExpression |
getThen()
Returns the value of the 'Then' containment reference
|
JvmTypeReference |
getTypeGuard()
Returns the value of the 'Type Guard' containment reference
|
boolean |
isFallThrough()
Returns the value of the 'Fall Through' attribute
|
void |
setCase(XExpression value)
Sets the value of the '
Case' containment reference |
void |
setFallThrough(boolean value)
Sets the value of the '
Fall Through' attribute |
void |
setThen(XExpression value)
Sets the value of the '
Then' containment reference |
void |
setTypeGuard(JvmTypeReference value)
Sets the value of the '
Type Guard' containment reference |
XExpression getCase()
If the meaning of the 'Case' containment reference isn't clear, there really should be more of a description here...
setCase(XExpression),
XbasePackage.getXCasePart_Case()void setCase(XExpression value)
Case' containment reference.
value - the new value of the 'Case' containment reference.getCase()XExpression getThen()
If the meaning of the 'Then' containment reference isn't clear, there really should be more of a description here...
setThen(XExpression),
XbasePackage.getXCasePart_Then()void setThen(XExpression value)
Then' containment reference.
value - the new value of the 'Then' containment reference.getThen()JvmTypeReference getTypeGuard()
If the meaning of the 'Type Guard' containment reference isn't clear, there really should be more of a description here...
setTypeGuard(JvmTypeReference),
XbasePackage.getXCasePart_TypeGuard()void setTypeGuard(JvmTypeReference value)
Type Guard' containment reference.
value - the new value of the 'Type Guard' containment reference.getTypeGuard()boolean isFallThrough()
If the meaning of the 'Fall Through' attribute isn't clear, there really should be more of a description here...
setFallThrough(boolean),
XbasePackage.getXCasePart_FallThrough()void setFallThrough(boolean value)
Fall Through' attribute.
value - the new value of the 'Fall Through' attribute.isFallThrough()