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

All Superinterfaces:
AtomicStmt, dUtyExpr, dUtyExprs, EObject, Notifier, UtyAction, UtyExpr
All Known Subinterfaces:
Name, QName
All Known Implementing Classes:
GenericImpl, NameImpl, QNameImpl

public interface Generic
extends UtyExpr

A representation of the model object 'Generic'.

The following features are supported:

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

Method Summary
 AtomicStmt getT()
          Returns the value of the 'T' containment reference.
 AtomicStmt getT23()
          Returns the value of the 'T23' containment reference.
 void setT(AtomicStmt value)
          Sets the value of the 'T' containment reference.
 void setT23(AtomicStmt value)
          Sets the value of the 'T23' containment reference.
 
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

getT23

AtomicStmt getT23()
Returns the value of the 'T23' containment reference.

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

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

setT23

void setT23(AtomicStmt value)
Sets the value of the 'T23' containment reference.

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

getT

AtomicStmt getT()
Returns the value of the 'T' containment reference.

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

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

setT

void setT(AtomicStmt value)
Sets the value of the 'T' containment reference.

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