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
- 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
(AbstractExpression value) Sets the value of the 'Then
' containment reference.void
setWhen
(AbstractExpression 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 org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getWhen
AbstractExpression 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
AbstractExpression 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:
-