|
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||
java.lang.Objectalt.jiapi.reflect.JiapiField
public class JiapiField
This class represents a Field.
| Constructor Summary | |
|---|---|
JiapiField(Field f)
|
|
| Method Summary | |
|---|---|
JiapiAnnotation[] |
getDeclaredAnnotations()
Get all the declared annotations of this field. |
JiapiClass |
getDeclaringClass()
Gets the JiapiClass, that declares this JiapiField. |
int |
getModifiers()
Get the modifiers of this field. |
java.lang.String |
getName()
Get the name of this field. |
JiapiClass |
getType()
Get the type of this field. |
java.lang.String |
getTypeName()
Get the type of this field. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public JiapiField(Field f)
| Method Detail |
|---|
public JiapiAnnotation[] getDeclaredAnnotations()
RuntimeVisibleAnnotations and
RuntimeInvisibleAnnotations annotation attributes are
included.
public JiapiClass getDeclaringClass()
public int getModifiers()
Modifierpublic java.lang.String getName()
public JiapiClass getType()
throws java.lang.ClassNotFoundException
java.lang.ClassNotFoundException - is thrown, if JiapiClass could not
be loadedgetTypeName()public java.lang.String getTypeName()
public java.lang.String toString()
toString in class java.lang.Object
|
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||