1.0.0

org.eclipse.soda.dk.testmanager.action
Class ConfigurationActionFactory

java.lang.Object
  extended by org.eclipse.soda.dk.testmanager.action.ConfigurationActionFactory

public class ConfigurationActionFactory
extends java.lang.Object

Version:
1.0.0

Field Summary
static java.lang.String KEY_CREATE
          Define the key create (String) constant.
static java.lang.String KEY_CREATE_OR_UPDATE
          Define the key create or update (String) constant.
static java.lang.String KEY_DELETE
          Define the key delete (String) constant.
static java.lang.String KEY_UPDATE
          Define the key update (String) constant.
 
Constructor Summary
ConfigurationActionFactory()
          Constructs an instance of this class.
 
Method Summary
static ConfigurationAction create(java.lang.String key)
          Create with the specified key parameter and return the ConfigurationAction result.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

KEY_CREATE

public static final java.lang.String KEY_CREATE
Define the key create (String) constant.

See Also:
Constant Field Values

KEY_CREATE_OR_UPDATE

public static final java.lang.String KEY_CREATE_OR_UPDATE
Define the key create or update (String) constant.

See Also:
Constant Field Values

KEY_DELETE

public static final java.lang.String KEY_DELETE
Define the key delete (String) constant.

See Also:
Constant Field Values

KEY_UPDATE

public static final java.lang.String KEY_UPDATE
Define the key update (String) constant.

See Also:
Constant Field Values
Constructor Detail

ConfigurationActionFactory

public ConfigurationActionFactory()
Constructs an instance of this class.

Method Detail

create

public static ConfigurationAction create(java.lang.String key)
Create with the specified key parameter and return the ConfigurationAction result.

Parameters:
key - The key (String) parameter.
Returns:
Results of the create (ConfigurationAction) value.

1.0.0

Copyright (c) 2007 IBM