|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecttigase.test.parser.TestNode
public class TestNode
Describe class TestNode here. Created: Fri Jul 8 15:37:17 2005
| Constructor Summary | |
|---|---|
TestNode()
Creates a new TestNode instance. |
|
| Method Summary | |
|---|---|
void |
addChild(TestNode child)
Describe addChild method here. |
void |
addGlobalPars(Map<String,String> pars)
|
void |
addGlobalVars(Map<String,String> vars)
|
void |
addPar(String key,
String val)
|
void |
addPars(Map<String,String> pars)
|
void |
addVar(String key,
String val)
|
void |
addVars(Map<String,String> vars)
|
List<TestNode> |
getChildren()
Get the Children value. |
String |
getId()
Gets the value of id |
String |
getLongDescr()
Gets the value of longDescr |
String |
getName()
Gets the value of name |
Map<String,String> |
getNodePars()
|
TestNode |
getOnError()
Gets the value of onError |
TestNode |
getParent()
Get the Parent value. |
Map<String,String> |
getPars()
|
Map<String,String> |
getPurePars()
|
String |
getShortDescr()
Gets the value of shortDescr |
Map<String,String> |
getVars()
|
void |
setChildren(List<TestNode> newChildren)
Set the Children value. |
void |
setId(String argId)
Sets the value of id |
void |
setLongDescr(String argLongDescr)
Sets the value of longDescr |
void |
setName(String argName)
Sets the value of name |
void |
setOnError(TestNode argOnError)
Sets the value of onError |
void |
setParent(TestNode newParent)
Set the Parent value. |
void |
setPars(Map<String,String> pars)
|
void |
setShortDescr(String argShortDescr)
Sets the value of shortDescr |
void |
setVars(Map<String,String> vars)
|
String |
toString()
|
String |
toString(String indent)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public TestNode()
TestNode instance.
| Method Detail |
|---|
public void setVars(Map<String,String> vars)
public void addVars(Map<String,String> vars)
public void addVar(String key,
String val)
public void addGlobalVars(Map<String,String> vars)
public Map<String,String> getVars()
public void setPars(Map<String,String> pars)
public void addPars(Map<String,String> pars)
public void addPar(String key,
String val)
public Map<String,String> getNodePars()
public void addGlobalPars(Map<String,String> pars)
public Map<String,String> getPurePars()
public Map<String,String> getPars()
public TestNode getOnError()
public void setOnError(TestNode argOnError)
argOnError - Value to assign to this.onErrorpublic String getName()
public void setName(String argName)
argName - Value to assign to this.namepublic String getId()
public void setId(String argId)
argId - Value to assign to this.idpublic String getShortDescr()
public void setShortDescr(String argShortDescr)
argShortDescr - Value to assign to this.shortDescrpublic String getLongDescr()
public void setLongDescr(String argLongDescr)
argLongDescr - Value to assign to this.longDescrpublic List<TestNode> getChildren()
Children value.
List valuepublic void setChildren(List<TestNode> newChildren)
Children value.
newChildren - The new Children value.public void addChild(TestNode child)
addChild method here.
child - a TestNode valuepublic TestNode getParent()
Parent value.
TestNode valuepublic void setParent(TestNode newParent)
Parent value.
newParent - The new Parent value.public String toString(String indent)
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||