public interface TimedZoneTrace
extends org.eclipse.emf.ecore.EObject
The following features are supported:
TracePackage.getTimedZoneTrace()| Modifier and Type | Method and Description |
|---|---|
TimedZone |
getTimedZone()
Returns the value of the 'Timed Zone' reference.
|
Transition |
getTransition()
Returns the value of the 'Transition' reference.
|
void |
setTimedZone(TimedZone value)
Sets the value of the '
Timed Zone' reference. |
void |
setTransition(Transition value)
Sets the value of the '
Transition' reference. |
TimedZone getTimedZone()
If the meaning of the 'Timed Zone' reference isn't clear, there really should be more of a description here...
setTimedZone(TimedZone),
TracePackage.getTimedZoneTrace_TimedZone()void setTimedZone(TimedZone value)
Timed Zone' reference.
value - the new value of the 'Timed Zone' reference.getTimedZone()Transition getTransition()
If the meaning of the 'Transition' reference isn't clear, there really should be more of a description here...
setTransition(Transition),
TracePackage.getTimedZoneTrace_Transition()void setTransition(Transition value)
Transition' reference.
value - the new value of the 'Transition' reference.getTransition()