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 SummaryAll 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- 
getWhenAbstractExpression getWhen() Returns the value of the 'When' containment reference.- Returns:
- the value of the 'When' containment reference.
- See Also:
- setWhen(AbstractExpression),- QlPackage.getCaseBody_When()
 
 - 
setWhenvoid setWhen(AbstractExpression value) Sets the value of the 'When' containment reference.- Parameters:
- value- the new value of the 'When' containment reference.
- See Also:
- getWhen()
 
 - 
getThenAbstractExpression getThen() Returns the value of the 'Then' containment reference.- Returns:
- the value of the 'Then' containment reference.
- See Also:
- setThen(AbstractExpression),- QlPackage.getCaseBody_Then()
 
 - 
setThenvoid setThen(AbstractExpression value) Sets the value of the 'Then' containment reference.- Parameters:
- value- the new value of the 'Then' containment reference.
- See Also:
- getThen()
 
 
- 
 
-