atg.droplet
Class DropletInvocation.Parameter

java.lang.Object
  extended by 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_VERSION
          Class version string
 
Constructor Summary
DropletInvocation.Parameter(java.lang.String pValue)
           
DropletInvocation.Parameter(java.lang.String pValue, boolean pIsOutput)
           
 
Method Summary
 java.lang.String getValue()
           
 boolean isOutput()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CLASS_VERSION

public static final java.lang.String CLASS_VERSION
Class version string

See Also:
Constant Field Values
Constructor Detail

DropletInvocation.Parameter

public DropletInvocation.Parameter(java.lang.String pValue,
                                   boolean pIsOutput)

DropletInvocation.Parameter

public DropletInvocation.Parameter(java.lang.String pValue)
Method Detail

getValue

public java.lang.String getValue()

isOutput

public boolean isOutput()