org.eclipse.ocl.examples.xtext.base.basecs
Interface LibraryCS

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

public interface LibraryCS
extends NamespaceCS

A representation of the model object 'Library CS'.

The following features are supported:

See Also:
BaseCSPackage.getLibraryCS()
Generated
Model

Method Summary
 Namespace getPackage()
          Returns the value of the 'Package' reference.
 void setPackage(Namespace value)
          Sets the value of the 'Package' reference.
 
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

getPackage

Namespace getPackage()
Returns the value of the 'Package' reference.

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

Returns:
the value of the 'Package' reference.
See Also:
setPackage(Namespace), BaseCSPackage.getLibraryCS_Package()
Generated
Model

setPackage

void setPackage(Namespace value)
Sets the value of the 'Package' reference.

Parameters:
value - the new value of the 'Package' reference.
See Also:
getPackage()
Generated