org.eclipse.gmt.umlx.fullocl
Interface Constraint

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

public interface Constraint
extends NamedElement

A representation of the model object 'Constraint'.

The following features are supported:

See Also:
FullOCLPackage.getConstraint()

Method Summary
 org.eclipse.emf.common.util.EList<NamedElement> getConstrainedElements()
          Returns the value of the 'Constrained Elements' reference list.
 ExpressionInOcl getSpecification()
          Returns the value of the 'Specification' containment reference.
 java.lang.String getStereotype()
          Returns the value of the 'Stereotype' attribute.
 void setSpecification(ExpressionInOcl value)
          Sets the value of the 'Specification' containment reference.
 void setStereotype(java.lang.String value)
          Sets the value of the 'Stereotype' attribute.
 
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

getStereotype

java.lang.String getStereotype()
Returns the value of the 'Stereotype' attribute.

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

Returns:
the value of the 'Stereotype' attribute.
See Also:
setStereotype(String), FullOCLPackage.getConstraint_Stereotype()

setStereotype

void setStereotype(java.lang.String value)
Sets the value of the 'Stereotype' attribute.

Parameters:
value - the new value of the 'Stereotype' attribute.
See Also:
getStereotype()

getConstrainedElements

org.eclipse.emf.common.util.EList<NamedElement> getConstrainedElements()
Returns the value of the 'Constrained Elements' reference list. The list contents are of type NamedElement.

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

Returns:
the value of the 'Constrained Elements' reference list.
See Also:
FullOCLPackage.getConstraint_ConstrainedElements()

getSpecification

ExpressionInOcl getSpecification()
Returns the value of the 'Specification' containment reference.

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

Returns:
the value of the 'Specification' containment reference.
See Also:
setSpecification(ExpressionInOcl), FullOCLPackage.getConstraint_Specification()

setSpecification

void setSpecification(ExpressionInOcl value)
Sets the value of the 'Specification' containment reference.

Parameters:
value - the new value of the 'Specification' containment reference.
See Also:
getSpecification()