public interface RElementAction extends RElementActionBase
The following features are supported:
TaurusPackage.getRElementAction()| Modifier and Type | Method and Description |
|---|---|
RSelectionEnabledCondition |
getActionEnabledCondition()
Returns the value of the 'Action Enabled Condition'
containment reference.
|
RSelectionVisibleCondition |
getActionVisibleCondition()
Returns the value of the 'Action Visible Condition'
containment reference.
|
java.lang.String |
getLabel()
Returns the value of the 'Label' attribute.
|
java.lang.String |
getLabelFromHierarchy()
Returns the Label or, if the Label wasn't set, the Label of the
referenced ActionDescriptor (
TargetID). |
int |
getSeqNo()
Returns the value of the 'Seq No' attribute.
|
boolean |
isDefaultAction()
Returns the value of the 'Default Action' attribute.
|
boolean |
isSeparatorAfter()
Returns the value of the 'Separator After' attribute.
|
boolean |
isSetDefaultAction()
Returns whether the value of the
'
Default Action' attribute is set. |
boolean |
isSetSeparatorAfter()
Returns whether the value of the
'
Separator After' attribute is set. |
boolean |
isSetSeqNo()
Returns whether the value of the
'
Seq No' attribute is set. |
boolean |
isSetShowInElementView()
Returns whether the value of the
'
Show In Element View' attribute is set. |
boolean |
isSetShowInTreeView()
Returns whether the value of the
'
Show In Tree View' attribute is set. |
boolean |
isShowInElementView()
Returns the value of the 'Show In Element View'
attribute.
|
boolean |
isShowInTreeView()
Returns the value of the 'Show In Tree View' attribute.
|
void |
setActionEnabledCondition(RSelectionEnabledCondition value)
Sets the value of the
'
Action Enabled Condition' containment reference. |
void |
setActionVisibleCondition(RSelectionVisibleCondition value)
Sets the value of the
'
Action Visible Condition' containment reference. |
void |
setDefaultAction(boolean value)
Sets the value of the
'
Default Action' attribute. |
void |
setLabel(java.lang.String value)
Sets the value of the
'
Label' attribute. |
void |
setSeparatorAfter(boolean value)
Sets the value of the
'
Separator After' attribute. |
void |
setSeqNo(int value)
Sets the value of the
'
Seq No' attribute. |
void |
setShowInElementView(boolean value)
Sets the value of the
'
Show In Element View' attribute. |
void |
setShowInTreeView(boolean value)
Sets the value of the
'
Show In Tree View' attribute. |
void |
unsetDefaultAction()
Unsets the value of the
'
Default Action' attribute. |
void |
unsetSeparatorAfter()
Unsets the value of the
'
Separator After' attribute. |
void |
unsetSeqNo()
Unsets the value of the
'
Seq No' attribute. |
void |
unsetShowInElementView()
Unsets the value of the
'
Show In Element View' attribute. |
void |
unsetShowInTreeView()
Unsets the value of the
'
Show In Tree View' attribute. |
getTargetID, setTargetIDgetComment, isSetComment, setComment, unsetCommentRSelectionEnabledCondition getActionEnabledCondition()
setActionEnabledCondition(RSelectionEnabledCondition),
TaurusPackage.getRElementAction_ActionEnabledCondition()void setActionEnabledCondition(RSelectionEnabledCondition value)
Action Enabled Condition' containment reference. value - the new value of the 'Action Enabled Condition'
containment reference.getActionEnabledCondition()RSelectionVisibleCondition getActionVisibleCondition()
setActionVisibleCondition(RSelectionVisibleCondition),
TaurusPackage.getRElementAction_ActionVisibleCondition()void setActionVisibleCondition(RSelectionVisibleCondition value)
Action Visible Condition' containment reference. value - the new value of the 'Action Visible Condition'
containment reference.getActionVisibleCondition()boolean isDefaultAction()
"false". isSetDefaultAction(),
unsetDefaultAction(),
setDefaultAction(boolean),
TaurusPackage.getRElementAction_DefaultAction()void setDefaultAction(boolean value)
Default Action' attribute. value - the new value of the 'Default Action' attribute.isSetDefaultAction(),
unsetDefaultAction(),
isDefaultAction()void unsetDefaultAction()
Default Action' attribute. boolean isSetDefaultAction()
Default Action' attribute is set. unsetDefaultAction(),
isDefaultAction(),
setDefaultAction(boolean)java.lang.String getLabel()
setLabel(String),
TaurusPackage.getRElementAction_Label()void setLabel(java.lang.String value)
Label' attribute. value - the new value of the 'Label' attribute.getLabel()java.lang.String getLabelFromHierarchy()
TargetID). If the
ActionDescriptors Label wasn't set, too, its ID will be returned.boolean isSeparatorAfter()
isSetSeparatorAfter(),
unsetSeparatorAfter(),
setSeparatorAfter(boolean),
TaurusPackage.getRElementAction_SeparatorAfter()void setSeparatorAfter(boolean value)
Separator After' attribute. value - the new value of the 'Separator After' attribute.isSetSeparatorAfter(),
unsetSeparatorAfter(),
isSeparatorAfter()void unsetSeparatorAfter()
Separator After' attribute. boolean isSetSeparatorAfter()
Separator After' attribute is set. unsetSeparatorAfter(),
isSeparatorAfter(),
setSeparatorAfter(boolean)int getSeqNo()
isSetSeqNo(),
unsetSeqNo(),
setSeqNo(int),
TaurusPackage.getRElementAction_SeqNo()void setSeqNo(int value)
Seq No' attribute. value - the new value of the 'Seq No' attribute.isSetSeqNo(),
unsetSeqNo(),
getSeqNo()void unsetSeqNo()
Seq No' attribute. isSetSeqNo(),
getSeqNo(),
setSeqNo(int)boolean isSetSeqNo()
Seq No' attribute is set. unsetSeqNo(),
getSeqNo(),
setSeqNo(int)boolean isShowInElementView()
"true". isSetShowInElementView(),
unsetShowInElementView(),
setShowInElementView(boolean),
TaurusPackage.getRElementAction_ShowInElementView()void setShowInElementView(boolean value)
Show In Element View' attribute. value - the new value of the 'Show In Element View'
attribute.isSetShowInElementView(),
unsetShowInElementView(),
isShowInElementView()void unsetShowInElementView()
Show In Element View' attribute. boolean isSetShowInElementView()
Show In Element View' attribute is set.
unsetShowInElementView(),
isShowInElementView(),
setShowInElementView(boolean)boolean isShowInTreeView()
"true". isSetShowInTreeView(),
unsetShowInTreeView(),
setShowInTreeView(boolean),
TaurusPackage.getRElementAction_ShowInTreeView()void setShowInTreeView(boolean value)
Show In Tree View' attribute. value - the new value of the 'Show In Tree View' attribute.isSetShowInTreeView(),
unsetShowInTreeView(),
isShowInTreeView()void unsetShowInTreeView()
Show In Tree View' attribute. boolean isSetShowInTreeView()
Show In Tree View' attribute is set.
unsetShowInTreeView(),
isShowInTreeView(),
setShowInTreeView(boolean)Copyright © 2015 Micro Focus GmbH. All rights reserved.