Method Summary |
|
public JClass | getDeclaringClass() Returns the declaring type. |
public JType | getGenericType() Returns the return type. |
public String | getName() Returns the field name. |
public JClass | getType() Returns the return type. |
public boolean | isPrivate() Returns true for a private field. |
public boolean | isStatic() Returns true for a static field. |
public boolean | isTransient() Returns true for a transient field. |