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

All Superinterfaces:
ElementCS, org.eclipse.emf.ecore.EObject, ModelElementCS, MonikeredElementCS, Nameable, NamedElementCS, NamespaceCS, org.eclipse.emf.common.notify.Notifier, Pivotable, 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:
BaseCSTPackage.getImportCS()
Generated
Model

Method Summary
 Namespace getNamespace()
          Returns the value of the 'Namespace' reference.
 java.lang.String getUri()
          Returns the value of the 'Uri' attribute.
 void setNamespace(Namespace value)
          Sets the value of the 'Namespace' reference.
 void setUri(java.lang.String value)
          Sets the value of the 'Uri' attribute.
 
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
 

Method Detail

getUri

java.lang.String getUri()
Returns the value of the 'Uri' attribute.

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

Returns:
the value of the 'Uri' attribute.
See Also:
setUri(String), BaseCSTPackage.getImportCS_Uri()
Generated
Model
transient="true"

setUri

void setUri(java.lang.String value)
Sets the value of the 'Uri' attribute.

Parameters:
value - the new value of the 'Uri' attribute.
See Also:
getUri()
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:
setNamespace(Namespace), BaseCSTPackage.getImportCS_Namespace()
Generated
Model

setNamespace

void setNamespace(Namespace value)
Sets the value of the 'Namespace' reference.

Parameters:
value - the new value of the 'Namespace' reference.
See Also:
getNamespace()
Generated