com.jeffpalm.util.reflect
Interface Gettable

All Superinterfaces:
java.lang.reflect.Member

public interface Gettable
extends java.lang.reflect.Member


Nested Class Summary
static interface Gettable.Factory
           
 
Field Summary
static Gettable.Factory TheFactory
           
 
Fields inherited from interface java.lang.reflect.Member
DECLARED, PUBLIC
 
Method Summary
 java.lang.Object get(java.lang.Object o)
           
 
Methods inherited from interface java.lang.reflect.Member
getDeclaringClass, getModifiers, getName, isSynthetic
 

Field Detail

TheFactory

static final Gettable.Factory TheFactory
Method Detail

get

java.lang.Object get(java.lang.Object o)
                     throws java.lang.RuntimeException
Throws:
java.lang.RuntimeException