Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other)
Returns if this object is considered equal to the other object.
|
Object |
get(Object src) |
boolean |
getBoolean(Object src) |
byte |
getByte(Object src) |
char |
getChar(Object src) |
Class |
getDeclaringClass()
Gets the class that declared this member.
|
double |
getDouble(Object src) |
float |
getFloat(Object src) |
int |
getInt(Object src) |
long |
getLong(Object src) |
int |
getModifiers()
Gets the modifiers this member uses.
|
String |
getName()
Gets the simple name of this member.
|
short |
getShort(Object src) |
Class |
getType()
Return the type of the Field as a Class object.
|
int |
hashCode()
Returns a hashCode for the object.
|
void |
set(Object dest,
Object value) |
void |
setBoolean(Object dest,
boolean value) |
void |
setByte(Object dest,
byte value) |
void |
setChar(Object dest,
char value) |
void |
setDouble(Object dest,
double value) |
void |
setFloat(Object dest,
float value) |
void |
setInt(Object dest,
int value) |
void |
setLong(Object dest,
long value) |
void |
setShort(Object dest,
short value) |
String |
toString()
Return a String representation of this object.
|
public String getName()
Member
public int getModifiers()
Member
Modifier
class to interpret the values.getModifiers
in interface Member
Modifier
public Class getDeclaringClass()
Member
getDeclaringClass
in interface Member
public int hashCode()
Object
public Class getType()
public boolean equals(Object other)
Object
public void set(Object dest, Object value) throws IllegalArgumentException, IllegalAccessException
public Object get(Object src) throws IllegalArgumentException, IllegalAccessException
public String toString()
Object
public void setBoolean(Object dest, boolean value) throws IllegalArgumentException, IllegalAccessException
public void setByte(Object dest, byte value) throws IllegalArgumentException, IllegalAccessException
public void setChar(Object dest, char value) throws IllegalArgumentException, IllegalAccessException
public void setDouble(Object dest, double value) throws IllegalArgumentException, IllegalAccessException
public void setFloat(Object dest, float value) throws IllegalArgumentException, IllegalAccessException
public void setInt(Object dest, int value) throws IllegalArgumentException, IllegalAccessException
public void setLong(Object dest, long value) throws IllegalArgumentException, IllegalAccessException
public void setShort(Object dest, short value) throws IllegalArgumentException, IllegalAccessException
public boolean getBoolean(Object src) throws IllegalArgumentException, IllegalAccessException
public byte getByte(Object src) throws IllegalArgumentException, IllegalAccessException
public char getChar(Object src) throws IllegalArgumentException, IllegalAccessException
public double getDouble(Object src) throws IllegalArgumentException, IllegalAccessException
public float getFloat(Object src) throws IllegalArgumentException, IllegalAccessException
public int getInt(Object src) throws IllegalArgumentException, IllegalAccessException
public long getLong(Object src) throws IllegalArgumentException, IllegalAccessException
public short getShort(Object src) throws IllegalArgumentException, IllegalAccessException