public interface PageControl extends Control
The following features are supported:
ModelPackage.getPageControl()
Modifier and Type | Method and Description |
---|---|
byte[] |
getCookie()
Returns the value of the 'Cookie' attribute.
|
int |
getSize()
Returns the value of the 'Size' attribute.
|
boolean |
isSetSize()
Returns whether the value of the '
Size ' attribute is set. |
void |
setCookie(byte[] value)
Sets the value of the '
Cookie ' attribute. |
void |
setSize(int value)
Sets the value of the '
Size ' attribute. |
void |
unsetSize()
Unsets the value of the '
Size ' attribute. |
byte[] getCookie()
setCookie(byte[])
,
ModelPackage.getPageControl_Cookie()
void setCookie(byte[] value)
Cookie
' attribute.
value
- the new value of the 'Cookie' attribute.getCookie()
int getSize()
isSetSize()
,
unsetSize()
,
setSize(int)
,
ModelPackage.getPageControl_Size()
void setSize(int value)
Size
' attribute.
value
- the new value of the 'Size' attribute.isSetSize()
,
unsetSize()
,
getSize()
void unsetSize()
Size
' attribute.
isSetSize()
,
getSize()
,
setSize(int)
boolean isSetSize()
Size
' attribute is set.
unsetSize()
,
getSize()
,
setSize(int)