org.eclipse.ocl.examples.xtext.base.basecs
Interface ConstraintCS

All Superinterfaces:
ElementCS, org.eclipse.emf.ecore.EObject, ModelElementCS, Nameable, NamedElementCS, org.eclipse.emf.common.notify.Notifier, Pivotable, PivotableElementCS, PivotObject, VisitableCS
All Known Subinterfaces:
LibConstraintCS, OCLinEcoreConstraintCS
All Known Implementing Classes:
ConstraintCSImpl, LibConstraintCSImpl, OCLinEcoreConstraintCSImpl

public interface ConstraintCS
extends NamedElementCS

A representation of the model object 'Constraint CS'.

The following features are supported:

See Also:
BaseCSPackage.getConstraintCS()
Generated
Model

Method Summary
 SpecificationCS getMessageSpecification()
          Returns the value of the 'Message Specification' containment reference.
 SpecificationCS getSpecification()
          Returns the value of the 'Specification' containment reference.
 java.lang.String getStereotype()
          Returns the value of the 'Stereotype' attribute.
 void setMessageSpecification(SpecificationCS value)
          Sets the value of the 'Message Specification' containment reference.
 void setSpecification(SpecificationCS 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.ocl.examples.xtext.base.basecs.NamedElementCS
getName, setName
 
Methods inherited from interface org.eclipse.ocl.examples.xtext.base.basecs.ModelElementCS
getCsi, getOriginalXmiId, getOwnedAnnotation, setCsi, setOriginalXmiId
 
Methods inherited from interface org.eclipse.ocl.examples.xtext.base.basecs.PivotableElementCS
getPivot, setPivot
 
Methods inherited from interface org.eclipse.ocl.examples.xtext.base.basecs.ElementCS
accept, getDescription, getLogicalParent
 
Methods inherited from interface org.eclipse.ocl.examples.xtext.base.basecs.util.VisitableCS
eClass
 
Methods inherited from interface org.eclipse.ocl.examples.pivot.util.Pivotable
resetPivot
 
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 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), BaseCSPackage.getConstraintCS_Stereotype()
Generated
Model

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()
Generated

getSpecification

SpecificationCS 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(SpecificationCS), BaseCSPackage.getConstraintCS_Specification()
Generated
Model
containment="true"

setSpecification

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

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

getMessageSpecification

SpecificationCS getMessageSpecification()
Returns the value of the 'Message Specification' containment reference.

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

Returns:
the value of the 'Message Specification' containment reference.
See Also:
setMessageSpecification(SpecificationCS), BaseCSPackage.getConstraintCS_MessageSpecification()
Generated
Model
containment="true"

setMessageSpecification

void setMessageSpecification(SpecificationCS value)
Sets the value of the 'Message Specification' containment reference.

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