org.eclipse.xtext.purexbase.pureXbase
Interface Import

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
ImportImpl

public interface Import
extends org.eclipse.emf.ecore.EObject

A representation of the model object 'Import'.

The following features are supported:

See Also:
PureXbasePackage.getImport()
EMF generated code
EMF model element

Method Summary
 java.lang.String getImportedNamespace()
          Returns the value of the 'Imported Namespace' attribute
 void setImportedNamespace(java.lang.String value)
          Sets the value of the 'Imported Namespace' attribute
 
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

getImportedNamespace

java.lang.String getImportedNamespace()
Returns the value of the 'Imported Namespace' attribute.

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

Returns:
the value of the 'Imported Namespace' attribute.
See Also:
setImportedNamespace(String), PureXbasePackage.getImport_ImportedNamespace()
EMF generated code
EMF model element

setImportedNamespace

void setImportedNamespace(java.lang.String value)
Sets the value of the 'Imported Namespace' attribute.

Parameters:
value - the new value of the 'Imported Namespace' attribute.
See Also:
getImportedNamespace()
EMF generated code