public interface GroupControl extends HierarchyControl
The following features are supported:
ModelPackage.getGroupControl()
Modifier and Type | Method and Description |
---|---|
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. |
getLevel, isSetLevel, isSetTreeView, isTreeView, setLevel, setTreeView, unsetLevel, unsetTreeView
getCountLimit, getExpression, getSearchBases, getSearchLimit, getTimeLimit, isReturnSubType, isSetCountLimit, isSetReturnSubType, isSetSearchLimit, isSetTimeLimit, setCountLimit, setExpression, setReturnSubType, setSearchLimit, setTimeLimit, unsetCountLimit, unsetReturnSubType, unsetSearchLimit, unsetTimeLimit
getContextProperties, getProperties
int getModifyMode()
"1"
.
Modify Mode=1 is assign mode.
Modify Mode=2 is replace mode.
Modify Mode=3 is unassign mode.
isSetModifyMode()
,
unsetModifyMode()
,
setModifyMode(int)
,
ModelPackage.getGroupControl_ModifyMode()
void setModifyMode(int value)
Modify Mode
' attribute.
value
- the new value of the 'Modify Mode' attribute.isSetModifyMode()
,
unsetModifyMode()
,
getModifyMode()
void unsetModifyMode()
Modify Mode
' attribute.
isSetModifyMode()
,
getModifyMode()
,
setModifyMode(int)
boolean isSetModifyMode()
Modify Mode
' attribute is set.
unsetModifyMode()
,
getModifyMode()
,
setModifyMode(int)