public interface TEscalationChain
extends org.eclipse.emf.ecore.EObject
TaskPackage.getTEscalationChain()
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT |
Modifier and Type | Method and Description |
---|---|
TActivationStates |
getActivationState()
Returns the value of the 'Activation State' attribute.
|
org.eclipse.emf.common.util.EList |
getEscalation()
Returns the value of the 'Escalation' containment reference list.
|
boolean |
isSetActivationState()
Returns whether the value of the '
Activation State ' attribute is set |
void |
setActivationState(TActivationStates value)
Sets the value of the '
Activation State ' attribute |
void |
unsetActivationState()
Unsets the value of the '
Activation State ' attribute |
static final java.lang.String COPYRIGHT
org.eclipse.emf.common.util.EList getEscalation()
TEscalation
.
If the meaning of the 'Escalation' containment reference list isn't clear, there really should be more of a description here...
TaskPackage.getTEscalationChain_Escalation()
TActivationStates getActivationState()
TActivationStates
.
If the meaning of the 'Activation State' attribute isn't clear, there really should be more of a description here...
TActivationStates
,
isSetActivationState()
,
unsetActivationState()
,
setActivationState(TActivationStates)
,
TaskPackage.getTEscalationChain_ActivationState()
void setActivationState(TActivationStates value)
Activation State
' attribute.
value
- the new value of the 'Activation State' attribute.TActivationStates
,
isSetActivationState()
,
unsetActivationState()
,
getActivationState()
void unsetActivationState()
Activation State
' attribute.
boolean isSetActivationState()
Activation State
' attribute is set.
unsetActivationState()
,
getActivationState()
,
setActivationState(TActivationStates)