public class JiapiField
extends java.lang.Object
| Constructor and Description |
|---|
JiapiField(Field f) |
| Modifier and Type | Method and Description |
|---|---|
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() |
public JiapiField(Field f)
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.ObjectCopyright © 2001. Documenation generated January 12 2013.