Interface CaseBody
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,Expression,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
CaseBodyImpl
public interface CaseBody extends Expression
- See Also:
ExpressionsPackage.getCaseBody()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ExpressiongetThen()Returns the value of the 'Then' containment reference.ExpressiongetWhen()Returns the value of the 'When' containment reference.voidsetThen(Expression value)Sets the value of the 'Then' containment reference.voidsetWhen(Expression value)Sets the value of the 'When' containment reference.-
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 com._1c.g5.v8.dt.dcs.expressions.model.Expression
getRetValTypes, getTypes
-
-
-
-
Method Detail
-
getWhen
Expression getWhen()
Returns the value of the 'When' containment reference.- Returns:
- the value of the 'When' containment reference.
- See Also:
setWhen(Expression),ExpressionsPackage.getCaseBody_When()
-
setWhen
void setWhen(Expression value)
Sets the value of the 'When' containment reference.- Parameters:
value- the new value of the 'When' containment reference.- See Also:
getWhen()
-
getThen
Expression getThen()
Returns the value of the 'Then' containment reference.- Returns:
- the value of the 'Then' containment reference.
- See Also:
setThen(Expression),ExpressionsPackage.getCaseBody_Then()
-
setThen
void setThen(Expression value)
Sets the value of the 'Then' containment reference.- Parameters:
value- the new value of the 'Then' containment reference.- See Also:
getThen()
-
-