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

All Superinterfaces:
AttributeCS, ElementCS, org.eclipse.emf.ecore.EObject, FeatureCS, JavaImplementationCS, ModelElementCS, Nameable, NamedElementCS, org.eclipse.emf.common.notify.Notifier, Pivotable, PivotableElementCS, PivotObject, StructuralFeatureCS, TypedElementCS, VisitableCS
All Known Implementing Classes:
LibPropertyCSImpl

public interface LibPropertyCS
extends AttributeCS, JavaImplementationCS

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

The following features are supported:

See Also:
OCLstdlibCSTPackage.getLibPropertyCS()
Generated
Model

Method Summary
 boolean isStatic()
          Returns the value of the 'Static' attribute.
 void setStatic(boolean value)
          Sets the value of the 'Static' attribute.
 
Methods inherited from interface org.eclipse.ocl.examples.xtext.base.baseCST.StructuralFeatureCS
getDefault, getOwner, setDefault, setOwner
 
Methods inherited from interface org.eclipse.ocl.examples.xtext.base.baseCST.TypedElementCS
getOwnedConstraint, getOwnedType, getQualifier, setOwnedType
 
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.ModelElementCS
getCsi, getOriginalXmiId, getOwnedAnnotation, setCsi, setOriginalXmiId
 
Methods inherited from interface org.eclipse.ocl.examples.xtext.base.baseCST.PivotableElementCS
getPivot, setPivot
 
Methods inherited from interface org.eclipse.ocl.examples.xtext.base.baseCST.ElementCS
getDescription, getLogicalParent
 
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.oclstdlib.oclstdlibCST.JavaImplementationCS
getImplementation, setImplementation
 

Method Detail

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.getLibPropertyCS_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