public class Field extends Object
| Modifier and Type | Method and Description |
|---|---|
Object |
get(Object obj) |
Annotation[] |
getDeclaredAnnotations() |
Type |
getElementType(int index) |
Type |
getEnclosingType() |
String |
getName() |
Type |
getType() |
boolean |
isDefaultAccess() |
boolean |
isFinal() |
boolean |
isPrivate() |
boolean |
isProtected() |
boolean |
isPublic() |
boolean |
isStatic() |
boolean |
isSynthetic() |
boolean |
isTransient() |
boolean |
isVolatile() |
void |
set(Object obj,
Object value) |
String |
toString() |
public Annotation[] getDeclaredAnnotations()
public Object get(Object obj) throws IllegalAccessException
IllegalAccessExceptionpublic void set(Object obj, Object value) throws IllegalAccessException
IllegalAccessExceptionpublic Type getElementType(int index)
public String getName()
public Type getEnclosingType()
public Type getType()
public boolean isSynthetic()
public boolean isFinal()
public boolean isDefaultAccess()
public boolean isPrivate()
public boolean isProtected()
public boolean isPublic()
public boolean isStatic()
public boolean isTransient()
public boolean isVolatile()
Copyright © 2016. All rights reserved.