|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface declaring methods for parameter handling via indices.
Method Summary | |
boolean |
getBoolean(int index)
Returns with parameter with index i as a boolean , if possible. |
double |
getDouble(int index)
Returns with parameter with index i as a double , if possible. |
float |
getFloat(int index)
Returns with parameter with index i as a float , if possible. |
int |
getInt(int index)
Returns with parameter with index i as an int , if possible. |
long |
getLong(int index)
Returns with parameter with index i as a long , if possible. |
short |
getShort(int index)
Returns with parameter with index i as a short , if possible. |
int |
length()
Returns the number of available parameter objects. |
java.lang.Object |
parameter(int index)
Returns the parameter with index i . |
java.awt.Point |
point(int index)
Returns the parameter with index i as a java.awt.Point (if possible). |
Method Detail |
public java.lang.Object parameter(int index)
i
.public int getInt(int index)
i
as an int
, if possible.public short getShort(int index)
i
as a short
, if possible.public long getLong(int index)
i
as a long
, if possible.public float getFloat(int index)
i
as a float
, if possible.public double getDouble(int index)
i
as a double
, if possible.public boolean getBoolean(int index)
i
as a boolean
, if possible.public java.awt.Point point(int index)
i
as a java.awt.Point
(if possible).public int length()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |