com.ibm.wbit.tel

Interface TEscalation

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

  1. public interface TEscalation
  2. extends org.eclipse.emf.ecore.EObject
A representation of the model object 'TEscalation'.
Since:
6.0.1
See Also:
TaskPackage.getTEscalation()

Field Summary

Modifier and Type Field and Description
  1. static
  2. java.lang.String
COPYRIGHT

Method Summary

Modifier and Type Method and Description
  1. TAtLeastExpectedStates
getAtLeastExpectedState()
Returns the value of the 'At Least Expected State' attribute.
  1. java.lang.String
getAutoRepeatDuration()
Returns the value of the 'Auto Repeat Duration' attribute
  1. org.eclipse.emf.common.util.EList
getCustomProperty()
Returns the value of the 'Custom Property' containment reference list.
  1. org.eclipse.emf.common.util.EList
getDescription()
Returns the value of the 'Description' containment reference list.
  1. org.eclipse.emf.common.util.EList
getDisplayName()
Returns the value of the 'Display Name' containment reference list.
  1. org.eclipse.emf.common.util.EList
getDocumentation()
Returns the value of the 'Documentation' containment reference list.
  1. java.lang.String
getDurationUntilEscalation()
Returns the value of the 'Duration Until Escalation' attribute
  1. java.lang.String
getEmail()
Returns the value of the 'Email' attribute
  1. TEMailReceiver
getEMailReceiver()
Returns the value of the 'EMail Receiver' containment reference
  1. TEscalationActions
getEscalationAction()
Returns the value of the 'Escalation Action' attribute.
  1. TEscalationReceiver
getEscalationReceiver()
Returns the value of the 'Escalation Receiver' containment reference
  1. TIncreasePriority
getIncreasePriority()
Returns the value of the 'Increase Priority' attribute.
  1. java.lang.String
getName()
Returns the value of the 'Name' attribute
  1. boolean
isSetAtLeastExpectedState()
Returns whether the value of the ' At Least Expected State' attribute is set
  1. boolean
isSetEscalationAction()
Returns whether the value of the ' Escalation Action' attribute is set
  1. boolean
isSetIncreasePriority()
Returns whether the value of the ' Increase Priority' attribute is set
  1. void
setAtLeastExpectedState(TAtLeastExpectedStates value)
Sets the value of the ' At Least Expected State' attribute
  1. void
setAutoRepeatDuration(java.lang.String value)
Sets the value of the ' Auto Repeat Duration' attribute
  1. void
setDurationUntilEscalation(java.lang.String value)
Sets the value of the ' Duration Until Escalation' attribute
  1. void
setEmail(java.lang.String value)
Sets the value of the ' Email' attribute
  1. void
setEMailReceiver(TEMailReceiver value)
Sets the value of the ' EMail Receiver' containment reference
  1. void
setEscalationAction(TEscalationActions value)
Sets the value of the ' Escalation Action' attribute
  1. void
setEscalationReceiver(TEscalationReceiver value)
Sets the value of the ' Escalation Receiver' containment reference
  1. void
setIncreasePriority(TIncreasePriority value)
Sets the value of the ' Increase Priority' attribute
  1. void
setName(java.lang.String value)
Sets the value of the ' Name' attribute
  1. void
unsetAtLeastExpectedState()
Unsets the value of the ' At Least Expected State' attribute
  1. void
unsetEscalationAction()
Unsets the value of the ' Escalation Action' attribute
  1. void
unsetIncreasePriority()
Unsets the value of the ' Increase Priority' 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

  1. static final java.lang.String COPYRIGHT
See Also:

Method Detail

getDisplayName

  1. org.eclipse.emf.common.util.EList getDisplayName( )
Returns the value of the 'Display Name' containment reference list. The list contents are of type TDisplayName.

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

Returns:
the value of the 'Display Name' containment reference list.
See Also:

getDescription

  1. org.eclipse.emf.common.util.EList getDescription( )
Returns the value of the 'Description' containment reference list. The list contents are of type TDescription.

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

Returns:
the value of the 'Description' containment reference list.
See Also:

getDocumentation

  1. org.eclipse.emf.common.util.EList getDocumentation( )
Returns the value of the 'Documentation' containment reference list. The list contents are of type TDocumentation.

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

Returns:
the value of the 'Documentation' containment reference list.
See Also:

getCustomProperty

  1. org.eclipse.emf.common.util.EList getCustomProperty( )
Returns the value of the 'Custom Property' containment reference list. The list contents are of type TCustomProperty.

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

Returns:
the value of the 'Custom Property' containment reference list.
See Also:

getEscalationReceiver

  1. TEscalationReceiver getEscalationReceiver( )
Returns the value of the 'Escalation Receiver' containment reference.

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

Returns:
the value of the 'Escalation Receiver' containment reference.
See Also:

setEscalationReceiver

  1. void setEscalationReceiver(TEscalationReceiver value)
Sets the value of the ' Escalation Receiver' containment reference.
Parameters:
value - the new value of the 'Escalation Receiver' containment reference.
See Also:

getEMailReceiver

  1. TEMailReceiver getEMailReceiver( )
Returns the value of the 'EMail Receiver' containment reference.

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

Returns:
the value of the 'EMail Receiver' containment reference.
See Also:

setEMailReceiver

  1. void setEMailReceiver(TEMailReceiver value)
Sets the value of the ' EMail Receiver' containment reference.
Parameters:
value - the new value of the 'EMail Receiver' containment reference.
See Also:

getAtLeastExpectedState

  1. TAtLeastExpectedStates getAtLeastExpectedState( )
Returns the value of the 'At Least Expected State' attribute. The literals are from the enumeration TAtLeastExpectedStates.

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

Returns:
the value of the 'At Least Expected State' attribute.
See Also:

setAtLeastExpectedState

  1. void setAtLeastExpectedState(TAtLeastExpectedStates value)
Sets the value of the ' At Least Expected State' attribute.
Parameters:
value - the new value of the 'At Least Expected State' attribute.
See Also:

unsetAtLeastExpectedState

  1. void unsetAtLeastExpectedState( )
Unsets the value of the ' At Least Expected State' attribute.
See Also:

isSetAtLeastExpectedState

  1. boolean isSetAtLeastExpectedState( )
Returns whether the value of the ' At Least Expected State' attribute is set.
Returns:
whether the value of the 'At Least Expected State' attribute is set.
See Also:

getAutoRepeatDuration

  1. java.lang.String getAutoRepeatDuration( )
Returns the value of the 'Auto Repeat Duration' attribute.

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

Returns:
the value of the 'Auto Repeat Duration' attribute.
See Also:

setAutoRepeatDuration

  1. void setAutoRepeatDuration(java.lang.String value)
Sets the value of the ' Auto Repeat Duration' attribute.
Parameters:
value - the new value of the 'Auto Repeat Duration' attribute.
See Also:

getDurationUntilEscalation

  1. java.lang.String getDurationUntilEscalation( )
Returns the value of the 'Duration Until Escalation' attribute.

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

Returns:
the value of the 'Duration Until Escalation' attribute.
See Also:

setDurationUntilEscalation

  1. void setDurationUntilEscalation( java.lang.String value)
Sets the value of the ' Duration Until Escalation' attribute.
Parameters:
value - the new value of the 'Duration Until Escalation' attribute.
See Also:

getEmail

  1. java.lang.String getEmail()
Returns the value of the 'Email' attribute.

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

Returns:
the value of the 'Email' attribute.
See Also:

setEmail

  1. void setEmail(java.lang.String value)
Sets the value of the ' Email' attribute.
Parameters:
value - the new value of the 'Email' attribute.
See Also:

getEscalationAction

  1. TEscalationActions getEscalationAction( )
Returns the value of the 'Escalation Action' attribute. The literals are from the enumeration TEscalationActions.

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

Returns:
the value of the 'Escalation Action' attribute.
See Also:

setEscalationAction

  1. void setEscalationAction(TEscalationActions value)
Sets the value of the ' Escalation Action' attribute.
Parameters:
value - the new value of the 'Escalation Action' attribute.
See Also:

unsetEscalationAction

  1. void unsetEscalationAction()
Unsets the value of the ' Escalation Action' attribute.
See Also:

isSetEscalationAction

  1. boolean isSetEscalationAction()
Returns whether the value of the ' Escalation Action' attribute is set.
Returns:
whether the value of the 'Escalation Action' attribute is set.
See Also:

getIncreasePriority

  1. TIncreasePriority getIncreasePriority( )
Returns the value of the 'Increase Priority' attribute. The default value is "no". The literals are from the enumeration TIncreasePriority.

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

Returns:
the value of the 'Increase Priority' attribute.
See Also:

setIncreasePriority

  1. void setIncreasePriority(TIncreasePriority value)
Sets the value of the ' Increase Priority' attribute.
Parameters:
value - the new value of the 'Increase Priority' attribute.
See Also:

unsetIncreasePriority

  1. void unsetIncreasePriority()
Unsets the value of the ' Increase Priority' attribute.
See Also:

isSetIncreasePriority

  1. boolean isSetIncreasePriority()
Returns whether the value of the ' Increase Priority' attribute is set.
Returns:
whether the value of the 'Increase Priority' attribute is set.
See Also:

getName

  1. java.lang.String getName()
Returns the value of the 'Name' attribute.

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

Returns:
the value of the 'Name' attribute.
See Also:

setName

  1. void setName(java.lang.String value)
Sets the value of the ' Name' attribute.
Parameters:
value - the new value of the 'Name' attribute.
See Also: