|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavafx.reflect.ValueRef
public abstract class ValueRef
A proxy/mirror for a run-time value.
Constructor Summary | |
---|---|
protected |
ValueRef()
|
Method Summary | |
---|---|
ValueRef |
getItem(int index)
|
int |
getItemCount()
|
abstract TypeRef |
getType()
Get the run-time type of this value. |
abstract boolean |
isNull()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected ValueRef()
Method Detail |
---|
public abstract TypeRef getType()
public int getItemCount()
public abstract boolean isNull()
public ValueRef getItem(int index)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |