com.ibm.workflow.api.ProgramTemplatePackage
Class ImplementationData

java.lang.Object
  |
  +--com.ibm.workflow.api.ProgramTemplatePackage.ImplementationData
All Implemented Interfaces:
java.io.Serializable

public final class ImplementationData
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

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

commandLineParameters

public java.lang.String commandLineParameters
Returns the command line parameters to be passed to the invoked program.


options

public Options options
Returns the description of an EXE, a DLL, or an external service in Java.


platform

public Basis platform
Returns the operating system platform this implementation data describes.

Constructor Detail

ImplementationData

public ImplementationData()

ImplementationData

public ImplementationData(java.lang.String commandLineParameters,
                          Options options,
                          Basis platform)


© Copyright IBM Corporation 1999, 2008. All Rights Reserved.