Interface CaseBody
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,Expression
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
CaseBodyImpl
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptiongetThen()
Returns the value of the 'Then' containment reference.getWhen()
Returns the value of the 'When' containment reference.void
setThen
(Expression value) Sets the value of the 'Then
' containment reference.void
setWhen
(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
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getWhen
Expression getWhen()Returns the value of the 'When' containment reference.- Returns:
- the value of the 'When' containment reference.
- See Also:
-
setWhen
Sets the value of the 'When
' containment reference.- Parameters:
value
- the new value of the 'When' containment reference.- See Also:
-
getThen
Expression getThen()Returns the value of the 'Then' containment reference.- Returns:
- the value of the 'Then' containment reference.
- See Also:
-
setThen
Sets the value of the 'Then
' containment reference.- Parameters:
value
- the new value of the 'Then' containment reference.- See Also:
-