de.cau.cs.kieler.quartz.editor.quartz
Interface QrzFile

All Superinterfaces:
EObject, Notifier
All Known Subinterfaces:
PackagePath, PointedName
All Known Implementing Classes:
PackagePathImpl, PointedNameImpl, QrzFileImpl

public interface QrzFile
extends EObject

A representation of the model object 'Qrz File'.

The following features are supported:

See Also:
QuartzPackage.getQrzFile()
Rating red
Generated:
This code was automatically generated.
Model element

Method Summary
 ImportList getImports()
          Returns the value of the 'Imports' containment reference.
 EList<MacroDef> getMacros()
          Returns the value of the 'Macros' containment reference list.
 QModule getModule()
          Returns the value of the 'Module' containment reference.
 void setImports(ImportList value)
          Sets the value of the 'Imports' containment reference.
 void setModule(QModule value)
          Sets the value of the 'Module' containment reference.
 
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

getImports

ImportList getImports()
Returns the value of the 'Imports' containment reference.

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

Returns:
the value of the 'Imports' containment reference.
See Also:
setImports(ImportList), QuartzPackage.getQrzFile_Imports()
Generated:
This code was automatically generated.
Model element:
containment=true

setImports

void setImports(ImportList value)
Sets the value of the 'Imports' containment reference.

Parameters:
value - the new value of the 'Imports' containment reference.
See Also:
getImports()
Generated:
This code was automatically generated.

getMacros

EList<MacroDef> getMacros()
Returns the value of the 'Macros' containment reference list. The list contents are of type MacroDef.

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

Returns:
the value of the 'Macros' containment reference list.
See Also:
QuartzPackage.getQrzFile_Macros()
Generated:
This code was automatically generated.
Model element:
containment=true

getModule

QModule getModule()
Returns the value of the 'Module' containment reference.

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

Returns:
the value of the 'Module' containment reference.
See Also:
setModule(QModule), QuartzPackage.getQrzFile_Module()
Generated:
This code was automatically generated.
Model element:
containment=true

setModule

void setModule(QModule value)
Sets the value of the 'Module' containment reference.

Parameters:
value - the new value of the 'Module' containment reference.
See Also:
getModule()
Generated:
This code was automatically generated.