org.eclipse.actf.validation.core
Class TargetArgument

java.lang.Object
  extended by org.eclipse.actf.validation.core.TargetArgument

public class TargetArgument
extends Object

The wrapper class used in defining the arguments for an execution point target. The class consists of a type and a value.

Author:
John Buslawski

Field Summary
protected  String type
           
protected  String value
           
 
Constructor Summary
TargetArgument(String type, String value)
           
 
Method Summary
 String getType()
           
 String getValue()
           
 void setType(String type)
           
 void setValue(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

type

protected String type

value

protected String value
Constructor Detail

TargetArgument

public TargetArgument(String type,
                      String value)
Method Detail

getType

public String getType()
Returns:
the type

setType

public void setType(String type)
Parameters:
type - the type to set

getValue

public String getValue()
Returns:
the value

setValue

public void setValue(String value)
Parameters:
value - the value to set