net.bpelunit.framework.control.ext
Class DeploymentOption

java.lang.Object
  extended by net.bpelunit.framework.control.ext.DeploymentOption

public class DeploymentOption
extends java.lang.Object

An option for a certain deployer. These options are specified by the user in the test suite document and attached to the PUT, later to be transferred to the actual deployer.

Version:
$Id$
Author:
Philip Mayer

Constructor Summary
DeploymentOption(java.lang.String name, java.lang.String stringValue)
           
 
Method Summary
 java.lang.String getKey()
           
 java.lang.String getValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeploymentOption

public DeploymentOption(java.lang.String name,
                        java.lang.String stringValue)
Method Detail

getKey

public java.lang.String getKey()

getValue

public java.lang.String getValue()