- All Superinterfaces:
Member
- All Known Implementing Classes:
FieldBase
,FieldDecorator
,IndirectField
,InheritedField
,ManageableType.ArrayComponent
,ManageableType.Field
,Node.NType.BitField
,Node.NType.Field
,PersistenceField
,SCOType.Field
,XField
-
Field Summary
Fields inherited from interface de.grogra.reflect.Member
ABSTRACT, ACCESS_MODIFIERS, ARRAY, BRIDGE, CONSTANT, FINAL, INTERFACE, JAVA_MODIFIERS, LOCAL_CLASS, MIN_UNUSED_MODIFIER, NATIVE, PRIVATE, PROTECTED, PUBLIC, STATIC, STRICT, SYNCHRONIZED, SYNTHETIC, TRANSIENT, VARARGS, VOLATILE
-
Method Summary
Modifier and TypeMethodDescriptionboolean
getBoolean
(Object object) byte
char
double
float
int
long
short
getType()
void
setBoolean
(Object object, boolean value) void
void
void
void
void
void
void
void
Methods inherited from interface de.grogra.reflect.Member
getDeclaredAnnotation, getDeclaredAnnotationCount, getDeclaringType, getDescriptor, getModifiers, getName, getSimpleName
-
Field Details
-
MODIFIERS
static final int MODIFIERS- See Also:
-
INTERFACE_MODIFIERS
static final int INTERFACE_MODIFIERS- See Also:
-
FIELD_0
-
-
Method Details
-
getType
Type getType() -
getBoolean
- Throws:
IllegalAccessException
-
setBoolean
- Throws:
IllegalAccessException
-
getByte
- Throws:
IllegalAccessException
-
setByte
- Throws:
IllegalAccessException
-
getShort
- Throws:
IllegalAccessException
-
setShort
- Throws:
IllegalAccessException
-
getChar
- Throws:
IllegalAccessException
-
setChar
- Throws:
IllegalAccessException
-
getInt
- Throws:
IllegalAccessException
-
setInt
- Throws:
IllegalAccessException
-
getLong
- Throws:
IllegalAccessException
-
setLong
- Throws:
IllegalAccessException
-
getFloat
- Throws:
IllegalAccessException
-
setFloat
- Throws:
IllegalAccessException
-
getDouble
- Throws:
IllegalAccessException
-
setDouble
- Throws:
IllegalAccessException
-
getObject
- Throws:
IllegalAccessException
-
setObject
- Throws:
IllegalAccessException
-