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

All Superinterfaces:
AtomicStmt, dUtyExpr, dUtyExprs, EObject, Notifier, UtyAction
All Known Subinterfaces:
FixpointEqList, Generic, Name, QName
All Known Implementing Classes:
FixpointEqListImpl, GenericImpl, NameImpl, QNameImpl, UtyExprImpl

public interface UtyExpr
extends UtyAction, dUtyExpr

A representation of the model object 'Uty Expr'.

The following features are supported:

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

Method Summary
 QName getName()
          Returns the value of the 'Name' containment reference.
 String getOp()
          Returns the value of the 'Op' attribute.
 UtyExpr getT2()
          Returns the value of the 'T2' containment reference.
 UtyExpr getT4()
          Returns the value of the 'T4' containment reference.
 UtyExpr getT7()
          Returns the value of the 'T7' containment reference.
 QType getType()
          Returns the value of the 'Type' containment reference.
 void setName(QName value)
          Sets the value of the 'Name' containment reference.
 void setOp(String value)
          Sets the value of the 'Op' attribute.
 void setT2(UtyExpr value)
          Sets the value of the 'T2' containment reference.
 void setT4(UtyExpr value)
          Sets the value of the 'T4' containment reference.
 void setT7(UtyExpr value)
          Sets the value of the 'T7' containment reference.
 void setType(QType value)
          Sets the value of the 'Type' containment reference.
 
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

getOp

String getOp()
Returns the value of the 'Op' attribute.

If the meaning of the 'Op' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Op' attribute.
See Also:
setOp(String), QuartzPackage.getUtyExpr_Op()
Generated:
This code was automatically generated.
Model element

setOp

void setOp(String value)
Sets the value of the 'Op' attribute.

Parameters:
value - the new value of the 'Op' attribute.
See Also:
getOp()
Generated:
This code was automatically generated.

getT7

UtyExpr getT7()
Returns the value of the 'T7' containment reference.

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

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

setT7

void setT7(UtyExpr value)
Sets the value of the 'T7' containment reference.

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

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.getUtyExpr_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.

getType

QType getType()
Returns the value of the 'Type' containment reference.

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

Returns:
the value of the 'Type' containment reference.
See Also:
setType(QType), QuartzPackage.getUtyExpr_Type()
Generated:
This code was automatically generated.
Model element:
containment=true

setType

void setType(QType value)
Sets the value of the 'Type' containment reference.

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

getT2

UtyExpr getT2()
Returns the value of the 'T2' containment reference.

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

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

setT2

void setT2(UtyExpr value)
Sets the value of the 'T2' containment reference.

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

getT4

UtyExpr getT4()
Returns the value of the 'T4' containment reference.

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

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

setT4

void setT4(UtyExpr value)
Sets the value of the 'T4' containment reference.

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