public interface RequestControl extends Control
The following features are supported:
ModelPackage.getRequestControl()
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getRequiredInteractionStyle()
Returns the value of the 'Required Interaction Style' attribute.
|
java.lang.String |
getTicket()
Returns the value of the 'Ticket' attribute.
|
void |
setRequiredInteractionStyle(java.lang.String value)
Sets the value of the '
Required Interaction Style ' attribute. |
void |
setTicket(java.lang.String value)
Sets the value of the '
Ticket ' attribute. |
java.lang.String getRequiredInteractionStyle()
Supported interaction styles are: sync, async, and syncOrAsync.
setRequiredInteractionStyle(String)
,
ModelPackage.getRequestControl_RequiredInteractionStyle()
void setRequiredInteractionStyle(java.lang.String value)
Required Interaction Style
' attribute.
value
- the new value of the 'Required Interaction Style' attribute.getRequiredInteractionStyle()
java.lang.String getTicket()
setTicket(String)
,
ModelPackage.getRequestControl_Ticket()
void setTicket(java.lang.String value)
Ticket
' attribute.
value
- the new value of the 'Ticket' attribute.getTicket()