public interface CheckGroupMembershipControl extends Control
The following features are supported:
ModelPackage.getCheckGroupMembershipControl()
Modifier and Type | Method and Description |
---|---|
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. |
boolean isInGroup()
"false"
.
isSetInGroup()
,
unsetInGroup()
,
setInGroup(boolean)
,
ModelPackage.getCheckGroupMembershipControl_InGroup()
void setInGroup(boolean value)
In Group
' attribute.
value
- the new value of the 'In Group' attribute.isSetInGroup()
,
unsetInGroup()
,
isInGroup()
void unsetInGroup()
In Group
' attribute.
isSetInGroup()
,
isInGroup()
,
setInGroup(boolean)
boolean isSetInGroup()
In Group
' attribute is set.
unsetInGroup()
,
isInGroup()
,
setInGroup(boolean)
int getLevel()
"1"
.
Level=1, checks for immediate members only.
Level=0, checks for all nested members.
isSetLevel()
,
unsetLevel()
,
setLevel(int)
,
ModelPackage.getCheckGroupMembershipControl_Level()
void setLevel(int value)
Level
' attribute.
value
- the new value of the 'Level' attribute.isSetLevel()
,
unsetLevel()
,
getLevel()
void unsetLevel()
Level
' attribute.
isSetLevel()
,
getLevel()
,
setLevel(int)
boolean isSetLevel()
Level
' attribute is set.
unsetLevel()
,
getLevel()
,
setLevel(int)