|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object | +--JHPcte.PcteUserArguments
The PcteUserArguments class. It encapsulate user arguments.
| Field Summary | |
protected java.util.Hashtable |
arguments
|
| Constructor Summary | |
PcteUserArguments()
Create a new instance of PcteUserArguments. |
|
PcteUserArguments(boolean send)
Create a new instance of PcteUserArguments. |
|
| Method Summary | |
void |
addArgument(PcteArgument argument)
Add a new Argument. |
void |
addArgument(java.lang.String name,
java.lang.Character value)
Add a new Argument. |
void |
addArgument(java.lang.String name,
java.lang.Double value)
Add a new Argument. |
void |
addArgument(java.lang.String name,
java.lang.Float value)
Add a new Argument. |
void |
addArgument(java.lang.String name,
java.lang.Integer value)
Add a new Argument. |
void |
addArgument(java.lang.String name,
java.lang.Long value)
Add a new Argument. |
void |
addArgument(java.lang.String name,
java.lang.Object value,
int type)
Add a new Argument. |
void |
addArgument(java.lang.String name,
java.lang.String value)
Add a new Argument. |
java.util.Enumeration |
arguments()
Gets the arguments as enumeration. |
int |
countArguments()
Gets the number of arguments. |
PcteArgument |
getArgument(java.lang.String name)
Gets the argument of the specified name. |
java.lang.String |
toString()
Returns a string representation of the object. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
protected java.util.Hashtable arguments
| Constructor Detail |
public PcteUserArguments()
public PcteUserArguments(boolean send)
send - if true, these arguments are used for sending to jhpcte-server.| Method Detail |
public void addArgument(java.lang.String name,
java.lang.String value)
name - the symbolic name of the argumentvalue - the value of the argument
public void addArgument(java.lang.String name,
java.lang.Character value)
name - the symbolic name of the argumentvalue - the value of the argument
public void addArgument(java.lang.String name,
java.lang.Double value)
name - the symbolic name of the argumentvalue - the value of the argument
public void addArgument(java.lang.String name,
java.lang.Float value)
name - the symbolic name of the argumentvalue - the value of the argument
public void addArgument(java.lang.String name,
java.lang.Integer value)
name - the symbolic name of the argumentvalue - the value of the argument
public void addArgument(java.lang.String name,
java.lang.Long value)
name - the symbolic name of the argumentvalue - the value of the argument
public void addArgument(java.lang.String name,
java.lang.Object value,
int type)
name - the symbolic name of the argumentvalue - the value of the argumenttype - the type of the argumentpublic void addArgument(PcteArgument argument)
argument - the argumentpublic PcteArgument getArgument(java.lang.String name)
name - the name of the argumentpublic java.util.Enumeration arguments()
public java.lang.String toString()
toString in class java.lang.Objectpublic int countArguments()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||