|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Title: JWeb Developer Header Description: Draft Copyright: Copyright (c) 2001 Company: ORCA Systems GmbH
| Method Summary | |
boolean |
getAsBoolean(boolean defaultValue)
Retrieve the boolean value of the specified parameter. |
double |
getAsDouble(double defaultValue)
Retrieve the double value of the specified parameter. |
float |
getAsFloat(float defaultValue)
Retrieve the float value of the specified parameter. |
int |
getAsInteger(int defaultValue)
Retrieve the int value of the specified parameter. |
long |
getAsLong(long defaultValue)
Retrieve the long value of the specified parameter. |
java.lang.String |
getAsString(java.lang.String defaultValue)
Retrieve the String value of the specified parameter. |
java.lang.String |
getName()
|
java.lang.Object |
getValue()
Retrieve the value of the specified parameter. |
java.lang.Object |
getValue(java.lang.Object defaultValue)
Retrieve the String value of the specified parameter. |
void |
setValue(java.lang.Object object)
Set a new value. |
| Method Detail |
public java.lang.String getName()
public void setValue(java.lang.Object object)
throws ParameterException
The - new valueParameterException - Raise if the validation of the new value failes or the parameter
is only a IN-parameter (read-only).public java.lang.Object getValue(java.lang.Object defaultValue)
String value of the specified parameter.
If the specified parameter cannot be found, defaultValue is returned.public java.lang.Object getValue()
public int getAsInteger(int defaultValue)
int value of the specified parameter.
If the specified parameter cannot be found, defaultValue is returned.public long getAsLong(long defaultValue)
long value of the specified parameter.
If the specified parameter cannot be found, defaultValue is returned.public float getAsFloat(float defaultValue)
float value of the specified parameter.
If the specified parameter cannot be found, defaultValue is returned.public double getAsDouble(double defaultValue)
double value of the specified parameter.
If the specified parameter cannot be found, defaultValue is returned.public boolean getAsBoolean(boolean defaultValue)
boolean value of the specified parameter.
If the specified parameter cannot be found, defaultValue is returned.public java.lang.String getAsString(java.lang.String defaultValue)
String value of the specified parameter.
If the specified parameter cannot be found, defaultValue is returned.
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||