public interface ISAISPFTool extends AWMObject
The following features are supported:
TaurusPackage.getISAISPFTool()| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<RISPFToolPanel> |
getHasPanel()
Returns the value of the 'Has Panel' containment
reference list.
|
java.lang.String |
getInParmSeparator()
Returns the value of the 'In Parm Separator' attribute.
|
java.lang.String |
getInParmSeparatorWithoutQuotes()
Deprecated.
use
ToolDescriptor.getInParmSeparatorWithoutQuotes()
instead. |
EInvokeForms |
getInvokeForm()
Returns the value of the 'Invoke Form' attribute.
|
java.lang.String |
getOutParmSeparator()
Returns the value of the 'Out Parm Separator' attribute.
|
java.lang.String |
getOutParmSeparatorWithoutQuotes()
Deprecated.
use
ToolDescriptor.getOutParmSeparatorWithoutQuotes()
instead. |
java.lang.String |
getProgramID()
Returns the value of the 'Program ID' attribute.
|
boolean |
isSetInParmSeparator()
Returns whether the value of the
'
In Parm Separator' attribute is set. |
boolean |
isSetInvokeForm()
Returns whether the value of the
'
Invoke Form' attribute is set. |
boolean |
isSetOutParmSeparator()
Returns whether the value of the
'
Out Parm Separator' attribute is set. |
void |
setInParmSeparator(java.lang.String value)
Sets the value of the
'
In Parm Separator' attribute. |
void |
setInvokeForm(EInvokeForms value)
Sets the value of the
'
Invoke Form' attribute. |
void |
setOutParmSeparator(java.lang.String value)
Sets the value of the
'
Out Parm Separator' attribute. |
void |
setProgramID(java.lang.String value)
Sets the value of the
'
Program ID' attribute. |
void |
unsetInParmSeparator()
Unsets the value of the
'
In Parm Separator' attribute. |
void |
unsetInvokeForm()
Unsets the value of the
'
Invoke Form' attribute. |
void |
unsetOutParmSeparator()
Unsets the value of the
'
Out Parm Separator' attribute. |
getComment, isSetComment, setComment, unsetCommentorg.eclipse.emf.common.util.EList<RISPFToolPanel> getHasPanel()
RISPFToolPanel.
Reference to a tool of type ISA_ISPFPanel; only relevant if the tool is
an ISPF dialog tool TaurusPackage.getISAISPFTool_HasPanel()java.lang.String getInParmSeparator()
"\" \"". isSetInParmSeparator(),
unsetInParmSeparator(),
setInParmSeparator(String),
TaurusPackage.getISAISPFTool_InParmSeparator()void setInParmSeparator(java.lang.String value)
In Parm Separator' attribute. value - the new value of the 'In Parm Separator' attribute.isSetInParmSeparator(),
unsetInParmSeparator(),
getInParmSeparator()void unsetInParmSeparator()
In Parm Separator' attribute. boolean isSetInParmSeparator()
In Parm Separator' attribute is set.
unsetInParmSeparator(),
getInParmSeparator(),
setInParmSeparator(String)EInvokeForms getInvokeForm()
EInvokeForms. Allowed values:
EInvokeForms,
isSetInvokeForm(),
unsetInvokeForm(),
setInvokeForm(EInvokeForms),
TaurusPackage.getISAISPFTool_InvokeForm()void setInvokeForm(EInvokeForms value)
Invoke Form' attribute. value - the new value of the 'Invoke Form' attribute.EInvokeForms,
isSetInvokeForm(),
unsetInvokeForm(),
getInvokeForm()void unsetInvokeForm()
Invoke Form' attribute. boolean isSetInvokeForm()
Invoke Form' attribute is set. unsetInvokeForm(),
getInvokeForm(),
setInvokeForm(EInvokeForms)java.lang.String getOutParmSeparator()
"\" \"". isSetOutParmSeparator(),
unsetOutParmSeparator(),
setOutParmSeparator(String),
TaurusPackage.getISAISPFTool_OutParmSeparator()void setOutParmSeparator(java.lang.String value)
Out Parm Separator' attribute. value - the new value of the 'Out Parm Separator' attribute.isSetOutParmSeparator(),
unsetOutParmSeparator(),
getOutParmSeparator()void unsetOutParmSeparator()
Out Parm Separator' attribute. boolean isSetOutParmSeparator()
Out Parm Separator' attribute is set.
unsetOutParmSeparator(),
getOutParmSeparator(),
setOutParmSeparator(String)java.lang.String getProgramID()
setProgramID(String),
TaurusPackage.getISAISPFTool_ProgramID()void setProgramID(java.lang.String value)
Program ID' attribute. value - the new value of the 'Program ID' attribute.getProgramID()@Deprecated java.lang.String getInParmSeparatorWithoutQuotes()
ToolDescriptor.getInParmSeparatorWithoutQuotes()
instead.@Deprecated java.lang.String getOutParmSeparatorWithoutQuotes()
ToolDescriptor.getOutParmSeparatorWithoutQuotes()
instead.Copyright © 2015 Micro Focus GmbH. All rights reserved.