Class Field
java.lang.Object
java.lang.reflect.AccessibleObject
java.lang.reflect.Field
- All Implemented Interfaces:
Member
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleangetBoolean(Object var0) bytechardoublefloatintlongintgetName()shortgetType()inthashCode()voidvoidsetBoolean(Object var0, boolean var1) voidvoidvoidvoidvoidvoidvoidtoString()Methods inherited from class AccessibleObject
isAccessible, setAccessible, setAccessible
-
Method Details
-
equals
-
get
-
getBoolean
-
getByte
-
getChar
-
getDeclaringClass
- Specified by:
getDeclaringClassin interfaceMember
-
getDouble
-
getFloat
-
getInt
-
getLong
-
getModifiers
public int getModifiers()- Specified by:
getModifiersin interfaceMember
-
getName
-
getShort
-
getType
-
hashCode
-
set
-
setBoolean
public void setBoolean(Object var0, boolean var1) throws IllegalAccessException, IllegalArgumentException -
setByte
-
setChar
-
setDouble
public void setDouble(Object var0, double var1) throws IllegalAccessException, IllegalArgumentException -
setFloat
public void setFloat(Object var0, float var1) throws IllegalAccessException, IllegalArgumentException -
setInt
-
setLong
-
setShort
public void setShort(Object var0, short var1) throws IllegalAccessException, IllegalArgumentException -
toString
-