org.eclipse.actf.validation.core
Class TargetArgument
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
type
protected String type
value
protected String value
TargetArgument
public TargetArgument(String type,
String value)
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