public interface AssertExp
A representation of the model object 'Assert Exp'.
The following features are supported:
ImperativeoclPackage.getAssertExp()
Method Summary | |
---|---|
OclExpression |
getAssertion()
Returns the value of the 'Assertion' containment reference. |
LogExp |
getLog()
Returns the value of the 'Log' containment reference. |
SeverityKind |
getSeverity()
Returns the value of the 'Severity' attribute. |
void |
setAssertion(OclExpression value)
Sets the value of the ' Assertion ' containment reference. |
void |
setLog(LogExp value)
Sets the value of the ' Log ' containment reference. |
void |
setSeverity(SeverityKind value)
Sets the value of the ' Severity ' attribute. |
Methods inherited from interface org.eclipse.gmt.umlx.emof.TypedElement |
---|
getType, setType |
Methods inherited from interface org.eclipse.gmt.umlx.emof.NamedElement |
---|
getName, setName |
Methods inherited from interface org.eclipse.gmt.umlx.emof.Element |
---|
getOwnedComment, getTag |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Method Detail |
---|
SeverityKind getSeverity()
SeverityKind
.
If the meaning of the 'Severity' attribute isn't clear, there really should be more of a description here...
SeverityKind
,
setSeverity(SeverityKind)
,
ImperativeoclPackage.getAssertExp_Severity()
void setSeverity(SeverityKind value)
Severity
' attribute.
value
- the new value of the 'Severity' attribute.SeverityKind
,
getSeverity()
LogExp getLog()
If the meaning of the 'Log' containment reference isn't clear, there really should be more of a description here...
setLog(LogExp)
,
ImperativeoclPackage.getAssertExp_Log()
void setLog(LogExp value)
Log
' containment reference.
value
- the new value of the 'Log' containment reference.getLog()
OclExpression getAssertion()
If the meaning of the 'Assertion' containment reference isn't clear, there really should be more of a description here...
setAssertion(OclExpression)
,
ImperativeoclPackage.getAssertExp_Assertion()
void setAssertion(OclExpression value)
Assertion
' containment reference.
value
- the new value of the 'Assertion' containment reference.getAssertion()