org.eclipse.ocl.examples.xtext.oclstdlib.oclstdlibCST
Interface LibOperationCS

All Superinterfaces:
ElementCS, org.eclipse.emf.ecore.EObject, FeatureCS, JavaImplementationCS, ModelElementCS, MonikeredElementCS, Nameable, NamedElementCS, org.eclipse.emf.common.notify.Notifier, OperationCS, Pivotable, PivotObject, TemplateableElementCS, TypedElementCS, VisitableCS
All Known Implementing Classes:
LibOperationCSImpl

public interface LibOperationCS
extends OperationCS, JavaImplementationCS

A representation of the model object 'Lib Operation CS'.

The following features are supported:

See Also:
OCLstdlibCSTPackage.getLibOperationCS()
Generated
Model

Method Summary
 Precedence getPrecedence()
          Returns the value of the 'Precedence' reference.
 boolean isStatic()
          Returns the value of the 'Static' attribute.
 void setPrecedence(Precedence value)
          Sets the value of the 'Precedence' reference.
 void setStatic(boolean value)
          Sets the value of the 'Static' attribute.
 
Methods inherited from interface org.eclipse.ocl.examples.xtext.base.baseCST.OperationCS
getOwnedException, getOwnedParameter, getOwningClass, setOwningClass
 
Methods inherited from interface org.eclipse.ocl.examples.xtext.base.baseCST.TypedElementCS
getLower, getMultiplicity, getOwnedConstraint, getOwnedType, getQualifier, getUpper, setLower, setMultiplicity, setOwnedType, setUpper
 
Methods inherited from interface org.eclipse.ocl.examples.xtext.base.baseCST.NamedElementCS
getName, setName
 
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
 
Methods inherited from interface org.eclipse.ocl.examples.xtext.base.baseCST.TemplateableElementCS
getOwnedTemplateSignature, setOwnedTemplateSignature
 
Methods inherited from interface org.eclipse.ocl.examples.xtext.oclstdlib.oclstdlibCST.JavaImplementationCS
getImplementation, setImplementation
 

Method Detail

getPrecedence

Precedence getPrecedence()
Returns the value of the 'Precedence' reference.

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

Returns:
the value of the 'Precedence' reference.
See Also:
setPrecedence(Precedence), OCLstdlibCSTPackage.getLibOperationCS_Precedence()
Generated
Model

setPrecedence

void setPrecedence(Precedence value)
Sets the value of the 'Precedence' reference.

Parameters:
value - the new value of the 'Precedence' reference.
See Also:
getPrecedence()
Generated

isStatic

boolean isStatic()
Returns the value of the 'Static' attribute. The default value is "false".

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

Returns:
the value of the 'Static' attribute.
See Also:
setStatic(boolean), OCLstdlibCSTPackage.getLibOperationCS_Static()
Generated
Model
default="false" dataType="org.eclipse.ocl.examples.pivot.Boolean"

setStatic

void setStatic(boolean value)
Sets the value of the 'Static' attribute.

Parameters:
value - the new value of the 'Static' attribute.
See Also:
isStatic()
Generated