org.eclipse.gmt.umlx.imperativeocl
Interface AssertExp

All Superinterfaces:
Element, org.eclipse.emf.ecore.EObject, ImperativeExpression, NamedElement, org.eclipse.emf.common.notify.Notifier, Object, OclExpression, TypedElement

public interface AssertExp
extends ImperativeExpression

A representation of the model object 'Assert Exp'.

The following features are supported:

See Also:
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

getSeverity

SeverityKind getSeverity()
Returns the value of the 'Severity' attribute. The literals are from the enumeration SeverityKind.

If the meaning of the 'Severity' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Severity' attribute.
See Also:
SeverityKind, setSeverity(SeverityKind), ImperativeoclPackage.getAssertExp_Severity()

setSeverity

void setSeverity(SeverityKind value)
Sets the value of the 'Severity' attribute.

Parameters:
value - the new value of the 'Severity' attribute.
See Also:
SeverityKind, getSeverity()

getLog

LogExp getLog()
Returns the value of the 'Log' containment reference.

If the meaning of the 'Log' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Log' containment reference.
See Also:
setLog(LogExp), ImperativeoclPackage.getAssertExp_Log()

setLog

void setLog(LogExp value)
Sets the value of the 'Log' containment reference.

Parameters:
value - the new value of the 'Log' containment reference.
See Also:
getLog()

getAssertion

OclExpression getAssertion()
Returns the value of the 'Assertion' containment reference.

If the meaning of the 'Assertion' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Assertion' containment reference.
See Also:
setAssertion(OclExpression), ImperativeoclPackage.getAssertExp_Assertion()

setAssertion

void setAssertion(OclExpression value)
Sets the value of the 'Assertion' containment reference.

Parameters:
value - the new value of the 'Assertion' containment reference.
See Also:
getAssertion()