com.sodius.mdw.core.eval.launch
Interface LaunchStringArgument


public interface LaunchStringArgument

A launch argument matching a Parameter of a template or of a rule.

This interface is not intended to be implemented by clients.

See Also:
LaunchEntryPoint.getArguments(), RuleEntryPoint.getRuleArguments()

Method Summary
 String getValue()
          Returns the launch argument value, as a String.
 void setValue(String value)
          Sets the launch argument value, as a String.
 

Method Detail

getValue

String getValue()
Returns the launch argument value, as a String.

Returns:
the launch argument value.

setValue

void setValue(String value)
Sets the launch argument value, as a String.

Parameters:
value - the launch argument value.