org.eclipse.ocl.examples.xtext.oclinecore.oclinecorecs
Interface OCLinEcoreConstraintCS

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

public interface OCLinEcoreConstraintCS
extends ConstraintCS

A representation of the model object 'Constraint CS'.

The following features are supported:

See Also:
OCLinEcoreCSPackage.getOCLinEcoreConstraintCS()
Generated
Model

Method Summary
 boolean isCallable()
          Returns the value of the 'Callable' attribute.
 void setCallable(boolean value)
          Sets the value of the 'Callable' attribute.
 
Methods inherited from interface org.eclipse.ocl.examples.xtext.base.basecs.ConstraintCS
getMessageSpecification, getSpecification, getStereotype, setMessageSpecification, setSpecification, setStereotype
 
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

isCallable

boolean isCallable()
Returns the value of the 'Callable' attribute.

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

Returns:
the value of the 'Callable' attribute.
See Also:
setCallable(boolean), OCLinEcoreCSPackage.getOCLinEcoreConstraintCS_Callable()
Generated
Model

setCallable

void setCallable(boolean value)
Sets the value of the 'Callable' attribute.

Parameters:
value - the new value of the 'Callable' attribute.
See Also:
isCallable()
Generated