java.lang.reflect
Class Field
java.lang.Object
java.lang.reflect.AccessibleObject
java.lang.reflect.Field
- All Implemented Interfaces:
- Member
public final class Field
- extends AccessibleObject
- implements Member
equals
public boolean equals(Object var0)
- Overrides:
equals
in class Object
get
public Object get(Object var0)
throws IllegalAccessException,
IllegalArgumentException
- Throws:
IllegalAccessException
IllegalArgumentException
getBoolean
public boolean getBoolean(Object var0)
throws IllegalAccessException,
IllegalArgumentException
- Throws:
IllegalAccessException
IllegalArgumentException
getByte
public byte getByte(Object var0)
throws IllegalAccessException,
IllegalArgumentException
- Throws:
IllegalAccessException
IllegalArgumentException
getChar
public char getChar(Object var0)
throws IllegalAccessException,
IllegalArgumentException
- Throws:
IllegalAccessException
IllegalArgumentException
getDeclaringClass
public Class getDeclaringClass()
- Specified by:
getDeclaringClass
in interface Member
getDouble
public double getDouble(Object var0)
throws IllegalAccessException,
IllegalArgumentException
- Throws:
IllegalAccessException
IllegalArgumentException
getFloat
public float getFloat(Object var0)
throws IllegalAccessException,
IllegalArgumentException
- Throws:
IllegalAccessException
IllegalArgumentException
getInt
public int getInt(Object var0)
throws IllegalAccessException,
IllegalArgumentException
- Throws:
IllegalAccessException
IllegalArgumentException
getLong
public long getLong(Object var0)
throws IllegalAccessException,
IllegalArgumentException
- Throws:
IllegalAccessException
IllegalArgumentException
getModifiers
public int getModifiers()
- Specified by:
getModifiers
in interface Member
getName
public String getName()
- Specified by:
getName
in interface Member
getShort
public short getShort(Object var0)
throws IllegalAccessException,
IllegalArgumentException
- Throws:
IllegalAccessException
IllegalArgumentException
getType
public Class getType()
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
set
public void set(Object var0,
Object var1)
throws IllegalAccessException,
IllegalArgumentException
- Throws:
IllegalAccessException
IllegalArgumentException
setBoolean
public void setBoolean(Object var0,
boolean var1)
throws IllegalAccessException,
IllegalArgumentException
- Throws:
IllegalAccessException
IllegalArgumentException
setByte
public void setByte(Object var0,
byte var1)
throws IllegalAccessException,
IllegalArgumentException
- Throws:
IllegalAccessException
IllegalArgumentException
setChar
public void setChar(Object var0,
char var1)
throws IllegalAccessException,
IllegalArgumentException
- Throws:
IllegalAccessException
IllegalArgumentException
setDouble
public void setDouble(Object var0,
double var1)
throws IllegalAccessException,
IllegalArgumentException
- Throws:
IllegalAccessException
IllegalArgumentException
setFloat
public void setFloat(Object var0,
float var1)
throws IllegalAccessException,
IllegalArgumentException
- Throws:
IllegalAccessException
IllegalArgumentException
setInt
public void setInt(Object var0,
int var1)
throws IllegalAccessException,
IllegalArgumentException
- Throws:
IllegalAccessException
IllegalArgumentException
setLong
public void setLong(Object var0,
long var1)
throws IllegalAccessException,
IllegalArgumentException
- Throws:
IllegalAccessException
IllegalArgumentException
setShort
public void setShort(Object var0,
short var1)
throws IllegalAccessException,
IllegalArgumentException
- Throws:
IllegalAccessException
IllegalArgumentException
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2006-2010 OSGi Alliance. All Rights Reserved.