org.eclipse.ocl.examples.pivot
Interface Import

All Superinterfaces:
DomainElement, DomainNamedElement, Element, org.eclipse.emf.ecore.EObject, Nameable, NamedElement, org.eclipse.emf.common.notify.Notifier, PivotObject, Visitable
All Known Implementing Classes:
ImportImpl

public interface Import
extends NamedElement

A representation of the model object 'Import'.

The following features are supported:

See Also:
PivotPackage.getImport()
Generated

Method Summary
 Namespace getImportedNamespace()
          Returns the value of the 'Imported Namespace' reference.
 void setImportedNamespace(Namespace value)
          Sets the value of the 'Imported Namespace' reference.
 
Methods inherited from interface org.eclipse.ocl.examples.pivot.NamedElement
createOwnedAnnotation, getName, getOwnedAnnotation, isStatic, setIsStatic, setName
 
Methods inherited from interface org.eclipse.ocl.examples.pivot.Element
allOwnedElements, createExtension, createOwnedComment, getETarget, getExtension, getOwnedComment, getValue
 
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.pivot.util.Visitable
accept, eClass
 

Method Detail

getImportedNamespace

Namespace getImportedNamespace()
Returns the value of the 'Imported Namespace' reference.

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

Returns:
the value of the 'Imported Namespace' reference.
See Also:
setImportedNamespace(Namespace), PivotPackage.getImport_ImportedNamespace()
Generated

setImportedNamespace

void setImportedNamespace(Namespace value)
Sets the value of the 'Imported Namespace' reference.

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