net.bpelunit.framework.client.model
Class ConfigurationOption

java.lang.Object
  extended by net.bpelunit.framework.client.model.ConfigurationOption

public class ConfigurationOption
extends Object

A configuration option of a deployer.

Version:
$Id$
Author:
Philip Mayer

Constructor Summary
ConfigurationOption(String key, String value)
           
 
Method Summary
 String getKey()
           
 String getValue()
           
 void setValue(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfigurationOption

public ConfigurationOption(String key,
                           String value)
Method Detail

getKey

public String getKey()

getValue

public String getValue()

setValue

public void setValue(String value)


Copyright © 2013 Leibniz Universität Hannover. All Rights Reserved.