Jetif v1.8.0

jetif
Interface ParamSpec

All Superinterfaces:
ObjectSpec

public interface ParamSpec
extends ObjectSpec

This interface ParamSpec defines the specification of an parameter object in test method.

Author:
Vicky Wang

Field Summary
 
Fields inherited from interface jetif.ObjectSpec
VOID
 
Method Summary
 String getName()
          Returns the name of this parameter.
 
Methods inherited from interface jetif.ObjectSpec
getHandler, getType, getValue, isExpr
 

Method Detail

getName

public String getName()
Returns the name of this parameter. Note the name will only be used for result recording purpose.

Returns:
the name of paramater.

Jetif v1.8.0

Copyright © 2004,2005 Vicky Wang - All Rights Reserved.