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

All Superinterfaces:
EObject, Notifier
All Known Implementing Classes:
MacroDefImpl

public interface MacroDef
extends EObject

A representation of the model object 'Macro Def'.

The following features are supported:

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

Method Summary
 QNameList getArgs()
          Returns the value of the 'Args' containment reference.
 UtyExpr getExpr()
          Returns the value of the 'Expr' containment reference.
 QName getName()
          Returns the value of the 'Name' containment reference.
 void setArgs(QNameList value)
          Sets the value of the 'Args' containment reference.
 void setExpr(UtyExpr value)
          Sets the value of the 'Expr' containment reference.
 void setName(QName value)
          Sets the value of the 'Name' 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

getName

QName getName()
Returns the value of the 'Name' containment reference.

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

Returns:
the value of the 'Name' containment reference.
See Also:
setName(QName), QuartzPackage.getMacroDef_Name()
Generated:
This code was automatically generated.
Model element:
containment=true

setName

void setName(QName value)
Sets the value of the 'Name' containment reference.

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

getArgs

QNameList getArgs()
Returns the value of the 'Args' containment reference.

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

Returns:
the value of the 'Args' containment reference.
See Also:
setArgs(QNameList), QuartzPackage.getMacroDef_Args()
Generated:
This code was automatically generated.
Model element:
containment=true

setArgs

void setArgs(QNameList value)
Sets the value of the 'Args' containment reference.

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

getExpr

UtyExpr getExpr()
Returns the value of the 'Expr' containment reference.

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

Returns:
the value of the 'Expr' containment reference.
See Also:
setExpr(UtyExpr), QuartzPackage.getMacroDef_Expr()
Generated:
This code was automatically generated.
Model element:
containment=true

setExpr

void setExpr(UtyExpr value)
Sets the value of the 'Expr' containment reference.

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