|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TEscalation
A representation of the model object 'TEscalation'.
TaskPackage.getTEscalation()
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT
|
Method Summary | |
---|---|
TAtLeastExpectedStates |
getAtLeastExpectedState()
Returns the value of the 'At Least Expected State' attribute. |
java.lang.String |
getAutoRepeatDuration()
Returns the value of the 'Auto Repeat Duration' attribute |
org.eclipse.emf.common.util.EList |
getCustomProperty()
Returns the value of the 'Custom Property' containment reference list. |
org.eclipse.emf.common.util.EList |
getDescription()
Returns the value of the 'Description' containment reference list. |
org.eclipse.emf.common.util.EList |
getDisplayName()
Returns the value of the 'Display Name' containment reference list. |
org.eclipse.emf.common.util.EList |
getDocumentation()
Returns the value of the 'Documentation' containment reference list. |
java.lang.String |
getDurationUntilEscalation()
Returns the value of the 'Duration Until Escalation' attribute |
java.lang.String |
getEmail()
Returns the value of the 'Email' attribute |
TEMailReceiver |
getEMailReceiver()
Returns the value of the 'EMail Receiver' containment reference |
TEscalationActions |
getEscalationAction()
Returns the value of the 'Escalation Action' attribute. |
TEscalationReceiver |
getEscalationReceiver()
Returns the value of the 'Escalation Receiver' containment reference |
TIncreasePriority |
getIncreasePriority()
Returns the value of the 'Increase Priority' attribute. |
java.lang.String |
getName()
Returns the value of the 'Name' attribute |
boolean |
isSetAtLeastExpectedState()
Returns whether the value of the ' At Least Expected State ' attribute is set |
boolean |
isSetEscalationAction()
Returns whether the value of the ' Escalation Action ' attribute is set |
boolean |
isSetIncreasePriority()
Returns whether the value of the ' Increase Priority ' attribute is set |
void |
setAtLeastExpectedState(TAtLeastExpectedStates value)
Sets the value of the ' At Least Expected State ' attribute |
void |
setAutoRepeatDuration(java.lang.String value)
Sets the value of the ' Auto Repeat Duration ' attribute |
void |
setDurationUntilEscalation(java.lang.String value)
Sets the value of the ' Duration Until Escalation ' attribute |
void |
setEmail(java.lang.String value)
Sets the value of the ' Email ' attribute |
void |
setEMailReceiver(TEMailReceiver value)
Sets the value of the ' EMail Receiver ' containment reference |
void |
setEscalationAction(TEscalationActions value)
Sets the value of the ' Escalation Action ' attribute |
void |
setEscalationReceiver(TEscalationReceiver value)
Sets the value of the ' Escalation Receiver ' containment reference |
void |
setIncreasePriority(TIncreasePriority value)
Sets the value of the ' Increase Priority ' attribute |
void |
setName(java.lang.String value)
Sets the value of the ' Name ' attribute |
void |
unsetAtLeastExpectedState()
Unsets the value of the ' At Least Expected State ' attribute |
void |
unsetEscalationAction()
Unsets the value of the ' Escalation Action ' attribute |
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 |
---|
static final java.lang.String COPYRIGHT
Method Detail |
---|
org.eclipse.emf.common.util.EList getDisplayName()
TDisplayName
.
If the meaning of the 'Display Name' containment reference list isn't clear, there really should be more of a description here...
TaskPackage.getTEscalation_DisplayName()
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...
TaskPackage.getTEscalation_Description()
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...
TaskPackage.getTEscalation_Documentation()
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...
TaskPackage.getTEscalation_CustomProperty()
TEscalationReceiver getEscalationReceiver()
If the meaning of the 'Escalation Receiver' containment reference isn't clear, there really should be more of a description here...
setEscalationReceiver(TEscalationReceiver)
,
TaskPackage.getTEscalation_EscalationReceiver()
void setEscalationReceiver(TEscalationReceiver value)
Escalation Receiver
' containment reference.
value
- the new value of the 'Escalation Receiver' containment reference.getEscalationReceiver()
TEMailReceiver getEMailReceiver()
If the meaning of the 'EMail Receiver' containment reference isn't clear, there really should be more of a description here...
setEMailReceiver(TEMailReceiver)
,
TaskPackage.getTEscalation_EMailReceiver()
void setEMailReceiver(TEMailReceiver value)
EMail Receiver
' containment reference.
value
- the new value of the 'EMail Receiver' containment reference.getEMailReceiver()
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...
TAtLeastExpectedStates
,
isSetAtLeastExpectedState()
,
unsetAtLeastExpectedState()
,
setAtLeastExpectedState(TAtLeastExpectedStates)
,
TaskPackage.getTEscalation_AtLeastExpectedState()
void setAtLeastExpectedState(TAtLeastExpectedStates value)
At Least Expected State
' attribute.
value
- the new value of the 'At Least Expected State' attribute.TAtLeastExpectedStates
,
isSetAtLeastExpectedState()
,
unsetAtLeastExpectedState()
,
getAtLeastExpectedState()
void unsetAtLeastExpectedState()
At Least Expected State
' attribute.
isSetAtLeastExpectedState()
,
getAtLeastExpectedState()
,
setAtLeastExpectedState(TAtLeastExpectedStates)
boolean isSetAtLeastExpectedState()
At Least Expected State
' attribute is set.
unsetAtLeastExpectedState()
,
getAtLeastExpectedState()
,
setAtLeastExpectedState(TAtLeastExpectedStates)
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(String)
,
TaskPackage.getTEscalation_AutoRepeatDuration()
void setAutoRepeatDuration(java.lang.String value)
Auto Repeat Duration
' attribute.
value
- the new value of the 'Auto Repeat Duration' attribute.getAutoRepeatDuration()
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(String)
,
TaskPackage.getTEscalation_DurationUntilEscalation()
void setDurationUntilEscalation(java.lang.String value)
Duration Until Escalation
' attribute.
value
- the new value of the 'Duration Until Escalation' attribute.getDurationUntilEscalation()
java.lang.String getEmail()
If the meaning of the 'Email' attribute isn't clear, there really should be more of a description here...
setEmail(String)
,
TaskPackage.getTEscalation_Email()
void setEmail(java.lang.String value)
Email
' attribute.
value
- the new value of the 'Email' attribute.getEmail()
TEscalationActions getEscalationAction()
TEscalationActions
.
If the meaning of the 'Escalation Action' attribute isn't clear, there really should be more of a description here...
TEscalationActions
,
isSetEscalationAction()
,
unsetEscalationAction()
,
setEscalationAction(TEscalationActions)
,
TaskPackage.getTEscalation_EscalationAction()
void setEscalationAction(TEscalationActions value)
Escalation Action
' attribute.
value
- the new value of the 'Escalation Action' attribute.TEscalationActions
,
isSetEscalationAction()
,
unsetEscalationAction()
,
getEscalationAction()
void unsetEscalationAction()
Escalation Action
' attribute.
isSetEscalationAction()
,
getEscalationAction()
,
setEscalationAction(TEscalationActions)
boolean isSetEscalationAction()
Escalation Action
' attribute is set.
unsetEscalationAction()
,
getEscalationAction()
,
setEscalationAction(TEscalationActions)
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...
TIncreasePriority
,
isSetIncreasePriority()
,
unsetIncreasePriority()
,
setIncreasePriority(TIncreasePriority)
,
TaskPackage.getTEscalation_IncreasePriority()
void setIncreasePriority(TIncreasePriority value)
Increase Priority
' attribute.
value
- the new value of the 'Increase Priority' attribute.TIncreasePriority
,
isSetIncreasePriority()
,
unsetIncreasePriority()
,
getIncreasePriority()
void unsetIncreasePriority()
Increase Priority
' attribute.
isSetIncreasePriority()
,
getIncreasePriority()
,
setIncreasePriority(TIncreasePriority)
boolean isSetIncreasePriority()
Increase Priority
' attribute is set.
unsetIncreasePriority()
,
getIncreasePriority()
,
setIncreasePriority(TIncreasePriority)
java.lang.String getName()
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
setName(String)
,
TaskPackage.getTEscalation_Name()
void setName(java.lang.String value)
Name
' attribute.
value
- the new value of the 'Name' attribute.getName()
|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |