public interface RActionTool extends AWMObject
The following features are supported:
TaurusPackage.getRActionTool()| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAffectedResourceName()
Returns the value of the 'Affected Resource Name'
attribute.
|
org.eclipse.emf.common.util.EList<RActionParmOverride> |
getParmFromOverride()
Returns the value of the 'Parm From Override' containment
reference list.
|
int |
getSeqNo()
Returns the value of the 'Seq No' attribute.
|
ToolDescriptor |
getTargetID()
Returns the value of the 'Target ID' reference.
|
REnabledCondition |
getToolEnabledCondition()
Returns the value of the 'Tool Enabled Condition'
containment reference.
|
boolean |
isSetSeqNo()
Returns whether the value of the
'
Seq
No' attribute is set. |
void |
setAffectedResourceName(java.lang.String value)
Sets the value of the
'
Affected Resource Name' attribute. |
void |
setSeqNo(int value)
Sets the value of the
'
Seq
No' attribute. |
void |
setTargetID(ToolDescriptor value)
Sets the value of the
'
Target ID' reference. |
void |
setToolEnabledCondition(REnabledCondition value)
Sets the value of the
'
Tool Enabled Condition' containment reference. |
void |
unsetSeqNo()
Unsets the value of the
'
Seq
No' attribute. |
getComment, isSetComment, setComment, unsetCommentToolDescriptor getTargetID()
setTargetID(ToolDescriptor),
TaurusPackage.getRActionTool_TargetID()void setTargetID(ToolDescriptor value)
Target ID' reference. value - the new value of the 'Target ID' reference.getTargetID()org.eclipse.emf.common.util.EList<RActionParmOverride> getParmFromOverride()
RActionParmOverride.
Relationship to an input parameter of the referenced tool descriptor.
This makes adaptations to the input parameters valid for precisely one
action, so that the re-usability of tool descriptors will be increased.
TaurusPackage.getRActionTool_ParmFromOverride()void setToolEnabledCondition(REnabledCondition value)
Tool Enabled Condition' containment reference. value - the new value of the 'Tool Enabled Condition'
containment reference.getToolEnabledCondition()java.lang.String getAffectedResourceName()
setAffectedResourceName(String),
TaurusPackage.getRActionTool_AffectedResourceName()void setAffectedResourceName(java.lang.String value)
Affected Resource Name' attribute. value - the new value of the 'Affected Resource Name'
attribute.getAffectedResourceName()int getSeqNo()
isSetSeqNo(),
unsetSeqNo(),
setSeqNo(int),
TaurusPackage.getRActionTool_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)REnabledCondition getToolEnabledCondition()
setToolEnabledCondition(REnabledCondition),
TaurusPackage.getRActionTool_ToolEnabledCondition()Copyright © 2015 Micro Focus GmbH. All rights reserved.