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

All Superinterfaces:
AtomicStmt, dUtyExpr, dUtyExprs, EObject, Generic, InOutName, InOutNameList, NamedStmt, Notifier, UtyAction, UtyExpr
All Known Subinterfaces:
Name
All Known Implementing Classes:
NameImpl, QNameImpl

public interface QName
extends InOutName, UtyExpr, Generic, NamedStmt

A representation of the model object 'QName'.

The following features are supported:

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

Method Summary
 OptUtyExprList getExprs()
          Returns the value of the 'Exprs' containment reference.
 AtomicStmt getT10()
          Returns the value of the 'T10' containment reference.
 AtomicStmt getT24()
          Returns the value of the 'T24' containment reference.
 UtyExpr getT5()
          Returns the value of the 'T5' containment reference.
 UtyExpr getT6()
          Returns the value of the 'T6' containment reference.
 void setExprs(OptUtyExprList value)
          Sets the value of the 'Exprs' containment reference.
 void setT10(AtomicStmt value)
          Sets the value of the 'T10' containment reference.
 void setT24(AtomicStmt value)
          Sets the value of the 'T24' containment reference.
 void setT5(UtyExpr value)
          Sets the value of the 'T5' containment reference.
 void setT6(UtyExpr value)
          Sets the value of the 'T6' containment reference.
 
Methods inherited from interface de.cau.cs.kieler.quartz.editor.quartz.InOutName
getNames
 
Methods inherited from interface de.cau.cs.kieler.quartz.editor.quartz.Generic
getT, getT23, setT, setT23
 
Methods inherited from interface de.cau.cs.kieler.quartz.editor.quartz.UtyExpr
getName, getOp, getT2, getT4, getT7, getType, setName, setOp, setT2, setT4, setT7, setType
 
Methods inherited from interface de.cau.cs.kieler.quartz.editor.quartz.dUtyExpr
getT07, getT13, getT14, setT07, setT13, setT14
 
Methods inherited from interface de.cau.cs.kieler.quartz.editor.quartz.AtomicStmt
getExpr, getT03, getT06, getT16, setExpr, setT03, setT06, setT16
 
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

getT6

UtyExpr getT6()
Returns the value of the 'T6' containment reference.

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

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

setT6

void setT6(UtyExpr value)
Sets the value of the 'T6' containment reference.

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

getT5

UtyExpr getT5()
Returns the value of the 'T5' containment reference.

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

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

setT5

void setT5(UtyExpr value)
Sets the value of the 'T5' containment reference.

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

getT24

AtomicStmt getT24()
Returns the value of the 'T24' containment reference.

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

Returns:
the value of the 'T24' containment reference.
See Also:
setT24(AtomicStmt), QuartzPackage.getQName_T24()
Generated:
This code was automatically generated.
Model element:
containment=true

setT24

void setT24(AtomicStmt value)
Sets the value of the 'T24' containment reference.

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

getExprs

OptUtyExprList getExprs()
Returns the value of the 'Exprs' containment reference.

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

Returns:
the value of the 'Exprs' containment reference.
See Also:
setExprs(OptUtyExprList), QuartzPackage.getQName_Exprs()
Generated:
This code was automatically generated.
Model element:
containment=true

setExprs

void setExprs(OptUtyExprList value)
Sets the value of the 'Exprs' containment reference.

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

getT10

AtomicStmt getT10()
Returns the value of the 'T10' containment reference.

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

Returns:
the value of the 'T10' containment reference.
See Also:
setT10(AtomicStmt), QuartzPackage.getQName_T10()
Generated:
This code was automatically generated.
Model element:
containment=true

setT10

void setT10(AtomicStmt value)
Sets the value of the 'T10' containment reference.

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