|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sibvisions.util.Reflective.Parameter
public static final class Reflective.Parameter
The Parameter
class is a placeholder for parameters. It allows you to
use a type-class if e.g. the value is null.
Constructor Summary | |
---|---|
Reflective.Parameter(Class<?> pClass,
Object pValue)
Creates a new instance of Parameter . |
|
Reflective.Parameter(Object pValue)
Ctreates a new instance of Parameter . |
Method Summary | |
---|---|
Class<?> |
getTypeClass()
Gets the type class. |
Object |
getValue()
Gets the value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Reflective.Parameter(Object pValue)
Parameter
. The class-type is set to the type
of the value.
pValue
- the valuepublic Reflective.Parameter(Class<?> pClass, Object pValue)
Parameter
.
pClass
- the type-class. If the class is null, the class from the value is used if it is
not nullpValue
- the valueMethod Detail |
---|
public Class<?> getTypeClass()
public Object getValue()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |