Package com._1c.g5.v8.dt.ql.model
Interface CaseBody
-
- All Superinterfaces:
AbstractExpression,org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
CaseBodyImpl
public interface CaseBody extends AbstractExpression
- See Also:
QlPackage.getCaseBody()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AbstractExpressiongetThen()Returns the value of the 'Then' containment reference.AbstractExpressiongetWhen()Returns the value of the 'When' containment reference.voidsetThen(AbstractExpression value)Sets the value of the 'Then' containment reference.voidsetWhen(AbstractExpression value)Sets the value of the 'When' containment reference.
-
-
-
Method Detail
-
getWhen
AbstractExpression getWhen()
Returns the value of the 'When' containment reference.- Returns:
- the value of the 'When' containment reference.
- See Also:
setWhen(AbstractExpression),QlPackage.getCaseBody_When()
-
setWhen
void setWhen(AbstractExpression value)
Sets the value of the 'When' containment reference.- Parameters:
value- the new value of the 'When' containment reference.- See Also:
getWhen()
-
getThen
AbstractExpression getThen()
Returns the value of the 'Then' containment reference.- Returns:
- the value of the 'Then' containment reference.
- See Also:
setThen(AbstractExpression),QlPackage.getCaseBody_Then()
-
setThen
void setThen(AbstractExpression value)
Sets the value of the 'Then' containment reference.- Parameters:
value- the new value of the 'Then' containment reference.- See Also:
getThen()
-
-