|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jtestcase.core.model.ParamGroupInstance
public class ParamGroupInstance
Represents an param group from the JTestCaseWizard XML data.
| Constructor Summary | |
|---|---|
ParamGroupInstance(java.lang.String name)
Standard constructor |
|
| Method Summary | |
|---|---|
void |
addParamGroupNestedInstance(ParamGroupInstance paramGroupInstance)
Adds a param group instance to the list of nested param group instances |
void |
addParamInstance(ParamInstance paramInstance)
Adds a param instance to the list of nested param instances |
java.lang.String |
getName()
Gets the name of the param group |
java.util.List |
getParamGroupInstances()
Gets the list of nested param group instances |
java.util.List |
getParamInstances()
Gets the list of nested param instanes |
void |
setName(java.lang.String name)
Sets the name of the param group |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ParamGroupInstance(java.lang.String name)
name - name of the param group| Method Detail |
|---|
public java.lang.String getName()
public void setName(java.lang.String name)
name - the name of the param grouppublic void addParamInstance(ParamInstance paramInstance)
paramInstance - an param instancepublic java.util.List getParamInstances()
public void addParamGroupNestedInstance(ParamGroupInstance paramGroupInstance)
paramGroupInstance - an param group instancepublic java.util.List getParamGroupInstances()
public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||