org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST
Interface ClassifierContextDeclCS

All Superinterfaces:
ContextDeclCS, ElementCS, org.eclipse.emf.ecore.EObject, ModelElementCS, MonikeredElementCS, org.eclipse.emf.common.notify.Notifier, Pivotable, PivotObject, VisitableCS
All Known Implementing Classes:
ClassifierContextDeclCSImpl

public interface ClassifierContextDeclCS
extends ContextDeclCS

A representation of the model object 'Classifier Context Decl CS'.

The following features are supported:

See Also:
CompleteOCLCSTPackage.getClassifierContextDeclCS()
Generated
Model

Method Summary
 Type getClassifier()
          Returns the value of the 'Classifier' reference.
 java.lang.String getSelfName()
          Returns the value of the 'Self Name' attribute.
 void setClassifier(Type value)
          Sets the value of the 'Classifier' reference.
 void setSelfName(java.lang.String value)
          Sets the value of the 'Self Name' attribute.
 
Methods inherited from interface org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST.ContextDeclCS
getNamespace, getRules
 
Methods inherited from interface org.eclipse.ocl.examples.xtext.base.baseCST.MonikeredElementCS
getMoniker, hasMoniker
 
Methods inherited from interface org.eclipse.ocl.examples.xtext.base.baseCST.ModelElementCS
getOriginalXmiId, getOwnedAnnotation, getPivot, setOriginalXmiId, setPivot
 
Methods inherited from interface org.eclipse.ocl.examples.xtext.base.baseCST.ElementCS
getDescription
 
Methods inherited from interface org.eclipse.ocl.examples.xtext.base.util.VisitableCS
accept, 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

getClassifier

Type getClassifier()
Returns the value of the 'Classifier' reference.

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

Returns:
the value of the 'Classifier' reference.
See Also:
setClassifier(Type), CompleteOCLCSTPackage.getClassifierContextDeclCS_Classifier()
Generated
Model

setClassifier

void setClassifier(Type value)
Sets the value of the 'Classifier' reference.

Parameters:
value - the new value of the 'Classifier' reference.
See Also:
getClassifier()
Generated

getSelfName

java.lang.String getSelfName()
Returns the value of the 'Self Name' attribute.

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

Returns:
the value of the 'Self Name' attribute.
See Also:
setSelfName(String), CompleteOCLCSTPackage.getClassifierContextDeclCS_SelfName()
Generated
Model

setSelfName

void setSelfName(java.lang.String value)
Sets the value of the 'Self Name' attribute.

Parameters:
value - the new value of the 'Self Name' attribute.
See Also:
getSelfName()
Generated