IBM WebSphere Application ServerTM
Release 7

com.ibm.wbit.tel
Interface TEscalationChain

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier

public interface TEscalationChain
extends org.eclipse.emf.ecore.EObject

A representation of the model object 'TEscalation Chain'.

The following features are supported:

Since:
6.0.1
See Also:
TaskPackage.getTEscalationChain()

Field Summary
static java.lang.String COPYRIGHT
           
 
Method Summary
 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
 
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
 

Field Detail

COPYRIGHT

static final java.lang.String COPYRIGHT
See Also:
Constant Field Values
Method Detail

getEscalation

org.eclipse.emf.common.util.EList getEscalation()
Returns the value of the 'Escalation' containment reference list. The list contents are of type TEscalation.

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

Returns:
the value of the 'Escalation' containment reference list.
See Also:
TaskPackage.getTEscalationChain_Escalation()

getActivationState

TActivationStates getActivationState()
Returns the value of the 'Activation State' attribute. The default value is "ready". The literals are from the enumeration TActivationStates.

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

Returns:
the value of the 'Activation State' attribute.
See Also:
TActivationStates, isSetActivationState(), unsetActivationState(), setActivationState(TActivationStates), TaskPackage.getTEscalationChain_ActivationState()

setActivationState

void setActivationState(TActivationStates value)
Sets the value of the 'Activation State' attribute.

Parameters:
value - the new value of the 'Activation State' attribute.
See Also:
TActivationStates, isSetActivationState(), unsetActivationState(), getActivationState()

unsetActivationState

void unsetActivationState()
Unsets the value of the 'Activation State' attribute.

See Also:
isSetActivationState(), getActivationState(), setActivationState(TActivationStates)

isSetActivationState

boolean isSetActivationState()
Returns whether the value of the 'Activation State' attribute is set.

Returns:
whether the value of the 'Activation State' attribute is set.
See Also:
unsetActivationState(), getActivationState(), setActivationState(TActivationStates)

IBM WebSphere Application ServerTM
Release 7