|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--objectivehtml.oms.ParameterList
This object represents a parameter list. A parameter list holds the additional parameter objects that are emitted by a signal.
| Constructor Summary | |
ParameterList()
Constructs an instance of ParameterList. |
|
| Method Summary | |
void |
addParam(boolean bValue)
Adds a parameter to the signal. |
void |
addParam(byte bValue)
Adds a parameter to the signal. |
void |
addParam(char cValue)
Adds a parameter to the signal. |
void |
addParam(double dValue)
Adds a parameter to the signal. |
void |
addParam(float fValue)
Adds a parameter to the signal. |
void |
addParam(int nValue)
Adds a parameter to the signal. |
void |
addParam(long lValue)
Adds a parameter to the signal. |
void |
addParam(java.lang.Object obj)
Adds a parameter to the signal. |
void |
addParam(short sValue)
Adds a parameter to the signal. |
java.lang.Object[] |
getParams()
Returns an array of all the parameters |
java.lang.Object[] |
getParams(int nCount)
Returns an array the first nCount parameters |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ParameterList()
| Method Detail |
public void addParam(byte bValue)
bValue - a byte valuepublic void addParam(short sValue)
sValue - a short valuepublic void addParam(int nValue)
nValue - an integer valuepublic void addParam(long lValue)
lValue - a long valuepublic void addParam(float fValue)
fValue - a float valuepublic void addParam(double dValue)
dValue - a double valuepublic void addParam(char cValue)
cValue - a char valuepublic void addParam(boolean bValue)
bValue - a boolean valuepublic void addParam(java.lang.Object obj)
obj - an objectpublic java.lang.Object[] getParams()
public java.lang.Object[] getParams(int nCount)
nCount - the number of parameters to return
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||