|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.workflow.api.ProgramTemplatePackage.ImplementationData
Field Summary | |
---|---|
java.lang.String |
commandLineParameters
Returns the command line parameters to be passed to the invoked program. |
Options |
options
Returns the description of an EXE, a DLL, or an external service in Java. |
Basis |
platform
Returns the operating system platform this implementation data describes. |
Constructor Summary | |
---|---|
ImplementationData()
|
|
ImplementationData(java.lang.String commandLineParameters,
Options options,
Basis platform)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public java.lang.String commandLineParameters
public Options options
public Basis platform
Constructor Detail |
public ImplementationData()
public ImplementationData(java.lang.String commandLineParameters, Options options, Basis platform)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |