com.ibm.websphere.wim.model
Interface CheckGroupMembershipControl

All Superinterfaces:
Control

public interface CheckGroupMembershipControl
extends Control

A representation of the model object 'Check Group Membership Control'.

The following features are supported:

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

Method Summary
 int getLevel()
          Returns the value of the 'Level' attribute.
 boolean isInGroup()
          Returns the value of the 'In Group' attribute.
 boolean isSetInGroup()
          Returns whether the value of the 'In Group' attribute is set.
 boolean isSetLevel()
          Returns whether the value of the 'Level' attribute is set.
 void setInGroup(boolean value)
          Sets the value of the 'In Group' attribute.
 void setLevel(int value)
          Sets the value of the 'Level' attribute.
 void unsetInGroup()
          Unsets the value of the 'In Group' attribute.
 void unsetLevel()
          Unsets the value of the 'Level' attribute.
 

Method Detail

isInGroup

boolean isInGroup()
Returns the value of the 'In Group' attribute. The default value is "false".

See Also:
isSetInGroup(), unsetInGroup(), setInGroup(boolean), ModelPackage.getCheckGroupMembershipControl_InGroup()
Model:
default="false" unique="false" unsettable="true" dataType="org.eclipse.emf.ecore.xml.type.Boolean"
Generated:
Return:
the value of the 'In Group' attribute.

setInGroup

void setInGroup(boolean value)
Sets the value of the 'In Group' attribute.

Parameters:
value - the new value of the 'In Group' attribute.
See Also:
isSetInGroup(), unsetInGroup(), isInGroup()
Generated:

unsetInGroup

void unsetInGroup()
Unsets the value of the 'In Group' attribute.

See Also:
isSetInGroup(), isInGroup(), setInGroup(boolean)
Generated:

isSetInGroup

boolean isSetInGroup()
Returns whether the value of the 'In Group' attribute is set.

See Also:
unsetInGroup(), isInGroup(), setInGroup(boolean)
Generated:
Return:
whether the value of the 'In Group' attribute is set.

getLevel

int getLevel()
Returns the value of the 'Level' attribute. The default value is "1".

Level=1, checks for immediate members only.
Level=0, checks for all nested members.

See Also:
isSetLevel(), unsetLevel(), setLevel(int), ModelPackage.getCheckGroupMembershipControl_Level()
Model:
default="1" unique="false" unsettable="true" dataType="org.eclipse.emf.ecore.xml.type.Int"
Generated:
Return:
the value of the 'Level' attribute.

setLevel

void setLevel(int value)
Sets the value of the 'Level' attribute.

Parameters:
value - the new value of the 'Level' attribute.
See Also:
isSetLevel(), unsetLevel(), getLevel()
Generated:

unsetLevel

void unsetLevel()
Unsets the value of the 'Level' attribute.

See Also:
isSetLevel(), getLevel(), setLevel(int)
Generated:

isSetLevel

boolean isSetLevel()
Returns whether the value of the 'Level' attribute is set.

See Also:
unsetLevel(), getLevel(), setLevel(int)
Generated:
Return:
whether the value of the 'Level' attribute is set.