com.ibm.websphere.wim.model
Interface PageControl

All Superinterfaces:
Control

public interface PageControl
extends Control

A representation of the model object 'Page Control'.

The following features are supported:

See Also:
ModelPackage.getPageControl()
Model:
Generated:

Method Summary
 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.
 

Method Detail

getCookie

byte[] getCookie()
Returns the value of the 'Cookie' attribute.

See Also:
setCookie(byte[]), ModelPackage.getPageControl_Cookie()
Model:
unique="false" dataType="org.eclipse.emf.ecore.xml.type.HexBinary"
Generated:
Return:
the value of the 'Cookie' attribute.

setCookie

void setCookie(byte[] value)
Sets the value of the 'Cookie' attribute.

Parameters:
value - the new value of the 'Cookie' attribute.
See Also:
getCookie()
Generated:

getSize

int getSize()
Returns the value of the 'Size' attribute.

See Also:
isSetSize(), unsetSize(), setSize(int), ModelPackage.getPageControl_Size()
Model:
unique="false" unsettable="true" dataType="org.eclipse.emf.ecore.xml.type.Int"
Generated:
Return:
the value of the 'Size' attribute.

setSize

void setSize(int value)
Sets the value of the 'Size' attribute.

Parameters:
value - the new value of the 'Size' attribute.
See Also:
isSetSize(), unsetSize(), getSize()
Generated:

unsetSize

void unsetSize()
Unsets the value of the 'Size' attribute.

See Also:
isSetSize(), getSize(), setSize(int)
Generated:

isSetSize

boolean isSetSize()
Returns whether the value of the 'Size' attribute is set.

See Also:
unsetSize(), getSize(), setSize(int)
Generated:
Return:
whether the value of the 'Size' attribute is set.