public interface PageResponseControl extends Control
The following features are supported:
ModelPackage.getPageResponseControl()
Modifier and Type | Method and Description |
---|---|
byte[] |
getCookie()
Returns the value of the 'Cookie' attribute.
|
int |
getTotalSize()
Returns the value of the 'Total Size' attribute.
|
boolean |
isSetTotalSize()
Returns whether the value of the '
Total Size ' attribute is set. |
void |
setCookie(byte[] value)
Sets the value of the '
Cookie ' attribute. |
void |
setTotalSize(int value)
Sets the value of the '
Total Size ' attribute. |
void |
unsetTotalSize()
Unsets the value of the '
Total Size ' attribute. |
byte[] getCookie()
setCookie(byte[])
,
ModelPackage.getPageResponseControl_Cookie()
void setCookie(byte[] value)
Cookie
' attribute.
value
- the new value of the 'Cookie' attribute.getCookie()
int getTotalSize()
isSetTotalSize()
,
unsetTotalSize()
,
setTotalSize(int)
,
ModelPackage.getPageResponseControl_TotalSize()
void setTotalSize(int value)
Total Size
' attribute.
value
- the new value of the 'Total Size' attribute.isSetTotalSize()
,
unsetTotalSize()
,
getTotalSize()
void unsetTotalSize()
Total Size
' attribute.
isSetTotalSize()
,
getTotalSize()
,
setTotalSize(int)
boolean isSetTotalSize()
Total Size
' attribute is set.
unsetTotalSize()
,
getTotalSize()
,
setTotalSize(int)