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

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:
ImportCSImpl

public interface ImportCS
extends NamespaceCS

A representation of the model object 'Import CS'.

The following features are supported:

See Also:
BaseCSPackage.getImportCS()
Generated
Model

Method Summary
 Namespace getNamespace()
          Returns the value of the 'Namespace' reference.
 PathNameCS getPathName()
          Returns the value of the 'Path Name' containment reference.
 boolean isAll()
          Returns the value of the 'All' attribute.
 void setAll(boolean value)
          Sets the value of the 'All' attribute.
 void setPathName(PathNameCS value)
          Sets the value of the 'Path Name' containment 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

getPathName

PathNameCS getPathName()
Returns the value of the 'Path Name' containment reference.

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

Returns:
the value of the 'Path Name' containment reference.
See Also:
setPathName(PathNameCS), BaseCSPackage.getImportCS_PathName()
Generated
Model
containment="true"

setPathName

void setPathName(PathNameCS value)
Sets the value of the 'Path Name' containment reference.

Parameters:
value - the new value of the 'Path Name' containment reference.
See Also:
getPathName()
Generated

getNamespace

Namespace getNamespace()
Returns the value of the 'Namespace' reference.

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

Returns:
the value of the 'Namespace' reference.
See Also:
BaseCSPackage.getImportCS_Namespace()
Generated
Model
resolveProxies="false" transient="true" changeable="false" volatile="true" derived="true"

isAll

boolean isAll()
Returns the value of the 'All' attribute. The default value is "false".

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

Returns:
the value of the 'All' attribute.
See Also:
setAll(boolean), BaseCSPackage.getImportCS_All()
Generated
Model
default="false" transient="true"

setAll

void setAll(boolean value)
Sets the value of the 'All' attribute.

Parameters:
value - the new value of the 'All' attribute.
See Also:
isAll()
Generated