com.db4o.reflect
Interface IField
- public interface IField
representation for java.lang.reflect.Field.
See the respective documentation in the JDK API.
- See Also:
IReflect
get
public java.lang.Object get(java.lang.Object onObject)
getName
public java.lang.String getName()
getType
public java.lang.Class getType()
isPublic
public boolean isPublic()
isStatic
public boolean isStatic()
isTransient
public boolean isTransient()
set
public void set(java.lang.Object onObject,
java.lang.Object attribute)
setAccessible
public void setAccessible()