public interface SwitchCase extends Statement
The following features are supported:
JavaPackage.getSwitchCase()| Modifier and Type | Method and Description |
|---|---|
Expression |
getExpression()
Returns the value of the 'Expression' containment reference.
|
boolean |
isDefault()
Returns the value of the 'Default' attribute.
|
void |
setDefault(boolean value)
Sets the value of the '
Default' attribute. |
void |
setExpression(Expression value)
Sets the value of the '
Expression' containment reference. |
getComments, getOriginalClassFile, getOriginalCompilationUnit, setOriginalClassFile, setOriginalCompilationUnitboolean isDefault()
If the meaning of the 'Default' attribute isn't clear, there really should be more of a description here...
setDefault(boolean),
JavaPackage.getSwitchCase_Default()void setDefault(boolean value)
Default' attribute.
value - the new value of the 'Default' attribute.isDefault()Expression getExpression()
If the meaning of the 'Expression' containment reference isn't clear, there really should be more of a description here...
setExpression(Expression),
JavaPackage.getSwitchCase_Expression()void setExpression(Expression value)
Expression' containment reference.
value - the new value of the 'Expression' containment reference.getExpression()