com.ibm.websphere.wim.model
Interface GroupControl

All Superinterfaces:
Control, HierarchyControl, PropertyControl, SearchControl
All Known Subinterfaces:
GroupMemberControl, GroupMembershipControl

public interface GroupControl
extends HierarchyControl

A representation of the model object 'Group Control'.

The following features are supported:

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

Method Summary
 int getModifyMode()
          Returns the value of the 'Modify Mode' attribute.
 boolean isSetModifyMode()
          Returns whether the value of the 'Modify Mode' attribute is set.
 void setModifyMode(int value)
          Sets the value of the 'Modify Mode' attribute.
 void unsetModifyMode()
          Unsets the value of the 'Modify Mode' attribute.
 
Methods inherited from interface com.ibm.websphere.wim.model.HierarchyControl
getLevel, isSetLevel, isSetTreeView, isTreeView, setLevel, setTreeView, unsetLevel, unsetTreeView
 
Methods inherited from interface com.ibm.websphere.wim.model.SearchControl
getCountLimit, getExpression, getSearchBases, getSearchLimit, getTimeLimit, isReturnSubType, isSetCountLimit, isSetReturnSubType, isSetSearchLimit, isSetTimeLimit, setCountLimit, setExpression, setReturnSubType, setSearchLimit, setTimeLimit, unsetCountLimit, unsetReturnSubType, unsetSearchLimit, unsetTimeLimit
 
Methods inherited from interface com.ibm.websphere.wim.model.PropertyControl
getContextProperties, getProperties
 

Method Detail

getModifyMode

int getModifyMode()
Returns the value of the 'Modify Mode' attribute. The default value is "1".

Modify Mode=1 is assign mode.
Modify Mode=2 is replace mode.
Modify Mode=3 is unassign mode.

See Also:
isSetModifyMode(), unsetModifyMode(), setModifyMode(int), ModelPackage.getGroupControl_ModifyMode()
Model:
default="1" unique="false" unsettable="true" dataType="org.eclipse.emf.ecore.xml.type.Int"
Generated:
Return:
the value of the 'Modify Mode' attribute.

setModifyMode

void setModifyMode(int value)
Sets the value of the 'Modify Mode' attribute.

Parameters:
value - the new value of the 'Modify Mode' attribute.
See Also:
isSetModifyMode(), unsetModifyMode(), getModifyMode()
Generated:

unsetModifyMode

void unsetModifyMode()
Unsets the value of the 'Modify Mode' attribute.

See Also:
isSetModifyMode(), getModifyMode(), setModifyMode(int)
Generated:

isSetModifyMode

boolean isSetModifyMode()
Returns whether the value of the 'Modify Mode' attribute is set.

See Also:
unsetModifyMode(), getModifyMode(), setModifyMode(int)
Generated:
Return:
whether the value of the 'Modify Mode' attribute is set.