com.ibm.wbit.tel
Interface TEscalation
- public interface TEscalation
- extends org.eclipse.emf.ecore.EObject
Field Summary
Modifier and Type | Field and Description |
---|---|
|
COPYRIGHT
|
Method Summary
Modifier and Type | Method and Description |
---|---|
getAtLeastExpectedState()
Returns the value of the 'At Least Expected State' attribute.
|
|
|
getAutoRepeatDuration()
Returns the value of the 'Auto Repeat Duration' attribute
|
|
getCustomProperty()
Returns the value of the 'Custom Property' containment reference list.
|
|
getDescription()
Returns the value of the 'Description' containment reference list.
|
|
getDisplayName()
Returns the value of the 'Display Name' containment reference list.
|
|
getDocumentation()
Returns the value of the 'Documentation' containment reference list.
|
|
getDurationUntilEscalation()
Returns the value of the 'Duration Until Escalation' attribute
|
|
getEmail()
Returns the value of the 'Email' attribute
|
getEMailReceiver()
Returns the value of the 'EMail Receiver' containment reference
|
|
getEscalationAction()
Returns the value of the 'Escalation Action' attribute.
|
|
getEscalationReceiver()
Returns the value of the 'Escalation Receiver' containment reference
|
|
getIncreasePriority()
Returns the value of the 'Increase Priority' attribute.
|
|
|
getName()
Returns the value of the 'Name' attribute
|
|
isSetAtLeastExpectedState()
Returns whether the value of the '
At Least Expected State ' attribute is set
|
|
isSetEscalationAction()
Returns whether the value of the '
Escalation Action ' attribute is set
|
|
isSetIncreasePriority()
Returns whether the value of the '
Increase Priority ' attribute is set
|
|
setAtLeastExpectedState(TAtLeastExpectedStates value)
Sets the value of the '
At Least Expected State ' attribute
|
|
setAutoRepeatDuration(java.lang.String value)
Sets the value of the '
Auto Repeat Duration ' attribute
|
|
setDurationUntilEscalation(java.lang.String value)
Sets the value of the '
Duration Until Escalation ' attribute
|
|
setEmail(java.lang.String value)
Sets the value of the '
Email ' attribute
|
|
setEMailReceiver(TEMailReceiver value)
Sets the value of the '
EMail Receiver ' containment reference
|
|
setEscalationAction(TEscalationActions value)
Sets the value of the '
Escalation Action ' attribute
|
|
setEscalationReceiver(TEscalationReceiver value)
Sets the value of the '
Escalation Receiver ' containment reference
|
|
setIncreasePriority(TIncreasePriority value)
Sets the value of the '
Increase Priority ' attribute
|
|
setName(java.lang.String value)
Sets the value of the '
Name ' attribute
|
|
unsetAtLeastExpectedState()
Unsets the value of the '
At Least Expected State ' attribute
|
|
unsetEscalationAction()
Unsets the value of the '
Escalation Action ' attribute
|
|
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
COPYRIGHT
- static final java.lang.String COPYRIGHT
Method Detail
getDisplayName
- org.eclipse.emf.common.util.EList getDisplayName( )
getDescription
- org.eclipse.emf.common.util.EList getDescription( )
TDescription
.
If the meaning of the 'Description' containment reference list isn't clear, there really should be more of a description here...
getDocumentation
- org.eclipse.emf.common.util.EList getDocumentation( )
TDocumentation
.
If the meaning of the 'Documentation' containment reference list isn't clear, there really should be more of a description here...
getCustomProperty
- org.eclipse.emf.common.util.EList getCustomProperty( )
TCustomProperty
.
If the meaning of the 'Custom Property' containment reference list isn't clear, there really should be more of a description here...
getEscalationReceiver
- TEscalationReceiver getEscalationReceiver( )
If the meaning of the 'Escalation Receiver' containment reference isn't clear, there really should be more of a description here...
setEscalationReceiver
- void setEscalationReceiver(TEscalationReceiver value)
Escalation Receiver
' containment reference.
value
- the new value of the 'Escalation Receiver' containment reference. getEMailReceiver
- TEMailReceiver getEMailReceiver( )
If the meaning of the 'EMail Receiver' containment reference isn't clear, there really should be more of a description here...
setEMailReceiver
- void setEMailReceiver(TEMailReceiver value)
EMail Receiver
' containment reference.
value
- the new value of the 'EMail Receiver' containment reference. getAtLeastExpectedState
- TAtLeastExpectedStates getAtLeastExpectedState( )
TAtLeastExpectedStates
.
If the meaning of the 'At Least Expected State' attribute isn't clear, there really should be more of a description here...
setAtLeastExpectedState
- void setAtLeastExpectedState(TAtLeastExpectedStates value)
At Least Expected State
' attribute.
value
- the new value of the 'At Least Expected State' attribute. unsetAtLeastExpectedState
- void unsetAtLeastExpectedState( )
At Least Expected State
' attribute.
isSetAtLeastExpectedState
- boolean isSetAtLeastExpectedState( )
At Least Expected State
' attribute is set.
getAutoRepeatDuration
- java.lang.String getAutoRepeatDuration( )
If the meaning of the 'Auto Repeat Duration' attribute isn't clear, there really should be more of a description here...
setAutoRepeatDuration
- void setAutoRepeatDuration(java.lang.String value)
Auto Repeat Duration
' attribute.
value
- the new value of the 'Auto Repeat Duration' attribute. getDurationUntilEscalation
- java.lang.String getDurationUntilEscalation( )
If the meaning of the 'Duration Until Escalation' attribute isn't clear, there really should be more of a description here...
setDurationUntilEscalation
- void setDurationUntilEscalation( java.lang.String value)
Duration Until Escalation
' attribute.
value
- the new value of the 'Duration Until Escalation' attribute. getEmail
- java.lang.String getEmail()
If the meaning of the 'Email' attribute isn't clear, there really should be more of a description here...
setEmail
- void setEmail(java.lang.String value)
Email
' attribute.
getEscalationAction
- TEscalationActions getEscalationAction( )
TEscalationActions
.
If the meaning of the 'Escalation Action' attribute isn't clear, there really should be more of a description here...
setEscalationAction
- void setEscalationAction(TEscalationActions value)
Escalation Action
' attribute.
value
- the new value of the 'Escalation Action' attribute. unsetEscalationAction
- void unsetEscalationAction()
Escalation Action
' attribute.
isSetEscalationAction
- boolean isSetEscalationAction()
Escalation Action
' attribute is set.
getIncreasePriority
- TIncreasePriority getIncreasePriority( )
"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...
setIncreasePriority
- void setIncreasePriority(TIncreasePriority value)
Increase Priority
' attribute.
value
- the new value of the 'Increase Priority' attribute. unsetIncreasePriority
- void unsetIncreasePriority()
Increase Priority
' attribute.
isSetIncreasePriority
- boolean isSetIncreasePriority()
Increase Priority
' attribute is set.
getName
- java.lang.String getName()
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
setName
- void setName(java.lang.String value)
Name
' attribute.
TDisplayName
.If the meaning of the 'Display Name' containment reference list isn't clear, there really should be more of a description here...