org.eclipse.gmt.umlx.gcore
Interface GImport

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

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

A representation of the model object 'GImport'.

The following features are supported:

See Also:
GcorePackage.getGImport()

Method Summary
 org.eclipse.emf.ecore.resource.Resource getResource()
          Returns the value of the 'Resource' attribute.
 GRootFolder getRoot()
          Returns the value of the 'Root' container reference.
 java.lang.String getUri()
          Returns the value of the 'Uri' attribute.
 void setResource(org.eclipse.emf.ecore.resource.Resource value)
          Sets the value of the 'Resource' attribute.
 void setRoot(GRootFolder value)
          Sets the value of the 'Root' container reference.
 void setUri(java.lang.String value)
          Sets the value of the 'Uri' attribute.
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, 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), GcorePackage.getGImport_Uri()

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()

getResource

org.eclipse.emf.ecore.resource.Resource getResource()
Returns the value of the 'Resource' attribute.

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

Returns:
the value of the 'Resource' attribute.
See Also:
setResource(Resource), GcorePackage.getGImport_Resource()

setResource

void setResource(org.eclipse.emf.ecore.resource.Resource value)
Sets the value of the 'Resource' attribute.

Parameters:
value - the new value of the 'Resource' attribute.
See Also:
getResource()

getRoot

GRootFolder getRoot()
Returns the value of the 'Root' container reference. It is bidirectional and its opposite is 'Imports'.

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

Returns:
the value of the 'Root' container reference.
See Also:
setRoot(GRootFolder), GcorePackage.getGImport_Root(), GRootFolder.getImports()

setRoot

void setRoot(GRootFolder value)
Sets the value of the 'Root' container reference.

Parameters:
value - the new value of the 'Root' container reference.
See Also:
getRoot()