atg.droplet
Class DropletInvocation.Parameter
java.lang.Object
   atg.droplet.DropletInvocation.Parameter
atg.droplet.DropletInvocation.Parameter
- Enclosing interface:
- DropletInvocation
- public static class DropletInvocation.Parameter 
- extends java.lang.Object
Support class representing a droplet parameter.
| Field Summary | 
| static java.lang.String | CLASS_VERSIONClass version string
 | 
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
CLASS_VERSION
public static final java.lang.String CLASS_VERSION
- Class version string
 
- See Also:
- Constant Field Values
 
DropletInvocation.Parameter
public DropletInvocation.Parameter(java.lang.String pValue,
                                   boolean pIsOutput)
DropletInvocation.Parameter
public DropletInvocation.Parameter(java.lang.String pValue)
getValue
public java.lang.String getValue()
- 
 
isOutput
public boolean isOutput()
-