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

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

public interface UtyExprSelectList
extends EObject

A representation of the model object 'Uty Expr Select List'.

The following features are supported:

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

Method Summary
 UtyExpr getTk()
          Returns the value of the 'Tk' containment reference.
 void setTk(UtyExpr value)
          Sets the value of the 'Tk' 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

getTk

UtyExpr getTk()
Returns the value of the 'Tk' containment reference.

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

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

setTk

void setTk(UtyExpr value)
Sets the value of the 'Tk' containment reference.

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