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

All Superinterfaces:
ElementCS, org.eclipse.emf.ecore.EObject, FeatureCS, JavaImplementationCS, ModelElementCS, Nameable, NamedElementCS, org.eclipse.emf.common.notify.Notifier, OperationCS, Pivotable, PivotableElementCS, 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:
OCLstdlibCSPackage.getLibOperationCS()
Generated
Model

Method Summary
 Precedence getPrecedence()
          Returns the value of the 'Precedence' reference.
 boolean isInvalidating()
          Returns the value of the 'Invalidating' attribute.
 boolean isStatic()
          Returns the value of the 'Static' attribute.
 boolean isValidating()
          Returns the value of the 'Validating' attribute.
 void setInvalidating(boolean value)
          Sets the value of the 'Invalidating' attribute.
 void setPrecedence(Precedence value)
          Sets the value of the 'Precedence' reference.
 void setStatic(boolean value)
          Sets the value of the 'Static' attribute.
 void setValidating(boolean value)
          Sets the value of the 'Validating' attribute.
 
Methods inherited from interface org.eclipse.ocl.examples.xtext.base.basecs.OperationCS
ast, getOwnedBodyExpression, getOwnedException, getOwnedParameter, getOwnedPostcondition, getOwnedPrecondition, getOwningClass, setOwningClass
 
Methods inherited from interface org.eclipse.ocl.examples.xtext.base.basecs.TypedElementCS
getOwnedType, getQualifier, isOptional, setOptional, setOwnedType
 
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
 
Methods inherited from interface org.eclipse.ocl.examples.xtext.base.basecs.TemplateableElementCS
getOwnedTemplateSignature, setOwnedTemplateSignature
 
Methods inherited from interface org.eclipse.ocl.examples.xtext.oclstdlib.oclstdlibcs.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), OCLstdlibCSPackage.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

isInvalidating

boolean isInvalidating()
Returns the value of the 'Invalidating' attribute. The default value is "false".

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

Returns:
the value of the 'Invalidating' attribute.
See Also:
setInvalidating(boolean), OCLstdlibCSPackage.getLibOperationCS_Invalidating()
Generated
Model
default="false" dataType="org.eclipse.ocl.examples.pivot.Boolean"

setInvalidating

void setInvalidating(boolean value)
Sets the value of the 'Invalidating' attribute.

Parameters:
value - the new value of the 'Invalidating' attribute.
See Also:
isInvalidating()
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), OCLstdlibCSPackage.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

isValidating

boolean isValidating()
Returns the value of the 'Validating' attribute. The default value is "false".

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

Returns:
the value of the 'Validating' attribute.
See Also:
setValidating(boolean), OCLstdlibCSPackage.getLibOperationCS_Validating()
Generated
Model
default="false" dataType="org.eclipse.ocl.examples.pivot.Boolean"

setValidating

void setValidating(boolean value)
Sets the value of the 'Validating' attribute.

Parameters:
value - the new value of the 'Validating' attribute.
See Also:
isValidating()
Generated