|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectinfo.javelot.functionalj.reflect.Parameter
public abstract class Parameter
Abstract parent class used to indicate a special parameter, for example a
null parameter (NullParameter) or a parameter of a primitive
type (PrimitiveParameter).
| Constructor Summary | |
|---|---|
Parameter(Class p_parameterClass,
Object p_value)
Constructs an object which indicates to use a specific class for a parameter value. |
|
| Method Summary | |
|---|---|
Class |
getParameterClass()
Returns the class of the parameter. |
Object |
getValue()
Returns the value of the parameter. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Parameter(Class p_parameterClass,
Object p_value)
p_parameterClass - the class of the parameter.p_value - the value of the parameter.
FunctionException - thrown if the specified parameter class is
null.| Method Detail |
|---|
public Class getParameterClass()
public Object getValue()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||