|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MacroDef
A representation of the model object 'Macro Def'.
The following features are supported:
QuartzPackage.getMacroDef()
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 |
---|
QName getName()
If the meaning of the 'Name' containment reference isn't clear, there really should be more of a description here...
setName(QName)
,
QuartzPackage.getMacroDef_Name()
containment | = | true |
void setName(QName value)
Name
' containment reference.
value
- the new value of the 'Name' containment reference.getName()
QNameList getArgs()
If the meaning of the 'Args' containment reference isn't clear, there really should be more of a description here...
setArgs(QNameList)
,
QuartzPackage.getMacroDef_Args()
containment | = | true |
void setArgs(QNameList value)
Args
' containment reference.
value
- the new value of the 'Args' containment reference.getArgs()
UtyExpr getExpr()
If the meaning of the 'Expr' containment reference isn't clear, there really should be more of a description here...
setExpr(UtyExpr)
,
QuartzPackage.getMacroDef_Expr()
containment | = | true |
void setExpr(UtyExpr value)
Expr
' containment reference.
value
- the new value of the 'Expr' containment reference.getExpr()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |