org.eclipse.m2m.qvt.oml.ecore.ImperativeOCL
Interface RaiseExp

All Superinterfaces:
org.eclipse.ocl.utilities.ASTNode, org.eclipse.emf.ecore.EModelElement, org.eclipse.emf.ecore.ENamedElement, org.eclipse.emf.ecore.EObject, org.eclipse.emf.ecore.ETypedElement, ImperativeExpression, org.eclipse.emf.common.notify.Notifier, org.eclipse.ocl.expressions.OCLExpression<org.eclipse.emf.ecore.EClassifier>, org.eclipse.ocl.utilities.TypedElement<org.eclipse.emf.ecore.EClassifier>, org.eclipse.ocl.utilities.Visitable
All Known Implementing Classes:
RaiseExpImpl

public interface RaiseExp
extends ImperativeExpression

A representation of the model object 'Raise Exp'.

The following features are supported:

See Also:
ImperativeOCLPackage.getRaiseExp()

Field Summary
 
Fields inherited from interface org.eclipse.emf.ecore.ETypedElement
UNBOUNDED_MULTIPLICITY, UNSPECIFIED_MULTIPLICITY
 
Method Summary
 org.eclipse.ocl.ecore.OCLExpression getArgument()
          Returns the value of the 'Argument' containment reference
 org.eclipse.emf.ecore.EClassifier getException()
          Returns the value of the 'Exception' reference
 void setArgument(org.eclipse.ocl.ecore.OCLExpression value)
          Sets the value of the 'Argument' containment reference
 void setException(org.eclipse.emf.ecore.EClassifier value)
          Sets the value of the 'Exception' reference
 
Methods inherited from interface org.eclipse.emf.ecore.ETypedElement
getEGenericType, getEType, getLowerBound, getUpperBound, isMany, isOrdered, isRequired, isUnique, setEGenericType, setEType, setLowerBound, setOrdered, setUnique, setUpperBound
 
Methods inherited from interface org.eclipse.emf.ecore.ENamedElement
getName, setName
 
Methods inherited from interface org.eclipse.emf.ecore.EModelElement
getEAnnotation, getEAnnotations
 
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
 
Methods inherited from interface org.eclipse.ocl.utilities.TypedElement
getName, getType, setName, setType
 
Methods inherited from interface org.eclipse.ocl.utilities.Visitable
accept
 
Methods inherited from interface org.eclipse.ocl.utilities.ASTNode
getEndPosition, getStartPosition, setEndPosition, setStartPosition
 

Method Detail

getArgument

org.eclipse.ocl.ecore.OCLExpression getArgument()
Returns the value of the 'Argument' containment reference.

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

Returns:
the value of the 'Argument' containment reference.
See Also:
setArgument(OCLExpression), ImperativeOCLPackage.getRaiseExp_Argument()

setArgument

void setArgument(org.eclipse.ocl.ecore.OCLExpression value)
Sets the value of the 'Argument' containment reference.

Parameters:
value - the new value of the 'Argument' containment reference.
See Also:
getArgument()

getException

org.eclipse.emf.ecore.EClassifier getException()
Returns the value of the 'Exception' reference.

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

Returns:
the value of the 'Exception' reference.
See Also:
setException(EClassifier), ImperativeOCLPackage.getRaiseExp_Exception()

setException

void setException(org.eclipse.emf.ecore.EClassifier value)
Sets the value of the 'Exception' reference.

Parameters:
value - the new value of the 'Exception' reference.
See Also:
getException()

Copyright 2008 Borland Software Corporation and others.
All Rights Reserved.