|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SubscriberExecContext
A representation of the model object 'Subscriber Exec Context'.
The following features are supported:
ContextPackage.getSubscriberExecContext()
Method Summary | |
---|---|
java.lang.String |
getExceptionMsg()
Returns the value of the 'Exception Msg' attribute. |
java.lang.String |
getReasonCode()
Returns the value of the 'Reason Code' attribute. |
java.lang.String |
getReasonString()
Returns the value of the 'Reason String' attribute. |
SubscriberExecStatus |
getStatus()
Returns the value of the 'Status' attribute. |
boolean |
isSetStatus()
Returns whether the value of the ' Status ' attribute is set. |
void |
setExceptionMsg(java.lang.String value)
Sets the value of the ' Exception Msg ' attribute. |
void |
setReasonCode(java.lang.String value)
Sets the value of the ' Reason Code ' attribute. |
void |
setReasonString(java.lang.String value)
Sets the value of the ' Reason String ' attribute. |
void |
setStatus(SubscriberExecStatus value)
Sets the value of the ' Status ' attribute. |
void |
unsetStatus()
Unsets the value of the ' Status ' attribute. |
Method Detail |
---|
SubscriberExecStatus getStatus()
"SUCCESS"
.
The literals are from the enumeration SubscriberExecStatus
.
If the meaning of the 'Status' attribute isn't clear, there really should be more of a description here...
SubscriberExecStatus
,
isSetStatus()
,
unsetStatus()
,
setStatus(SubscriberExecStatus)
,
ContextPackage.getSubscriberExecContext_Status()
void setStatus(SubscriberExecStatus value)
Status
' attribute.
value
- the new value of the 'Status' attribute.SubscriberExecStatus
,
isSetStatus()
,
unsetStatus()
,
getStatus()
void unsetStatus()
Status
' attribute.
isSetStatus()
,
getStatus()
,
setStatus(SubscriberExecStatus)
boolean isSetStatus()
Status
' attribute is set.
unsetStatus()
,
getStatus()
,
setStatus(SubscriberExecStatus)
java.lang.String getReasonCode()
If the meaning of the 'Reason Code' attribute isn't clear, there really should be more of a description here...
setReasonCode(String)
,
ContextPackage.getSubscriberExecContext_ReasonCode()
void setReasonCode(java.lang.String value)
Reason Code
' attribute.
value
- the new value of the 'Reason Code' attribute.getReasonCode()
java.lang.String getReasonString()
If the meaning of the 'Reason String' attribute isn't clear, there really should be more of a description here...
setReasonString(String)
,
ContextPackage.getSubscriberExecContext_ReasonString()
void setReasonString(java.lang.String value)
Reason String
' attribute.
value
- the new value of the 'Reason String' attribute.getReasonString()
java.lang.String getExceptionMsg()
If the meaning of the 'Exception Msg' attribute isn't clear, there really should be more of a description here...
setExceptionMsg(String)
,
ContextPackage.getSubscriberExecContext_ExceptionMsg()
void setExceptionMsg(java.lang.String value)
Exception Msg
' attribute.
value
- the new value of the 'Exception Msg' attribute.getExceptionMsg()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |