public abstract class JField extends JAccessibleObject
| Constructor and Description |
|---|
JField() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o)
Returns true if equals.
|
abstract JClass |
getDeclaringClass()
Returns the declaring class
|
abstract JType |
getGenericType()
Returns the parameterized type of the field.
|
abstract java.lang.String |
getName()
Returns the method name.
|
JClass |
getReturnType()
The return type is the type.
|
abstract JClass |
getType()
Returns the return type.
|
abstract boolean |
isPrivate()
Returns true for a private field.
|
abstract boolean |
isStatic()
Returns true for a static field
|
abstract boolean |
isTransient()
Returns true for a transient field
|
java.lang.String |
toString() |
getLinegetAnnotation, getAnnotation, getDeclaredAnnotations, isAnnotationPresent, isAnnotationPresentpublic abstract java.lang.String getName()
getName in class JAccessibleObjectpublic abstract JClass getDeclaringClass()
getDeclaringClass in class JAccessibleObjectpublic abstract JClass getType()
public JClass getReturnType()
getReturnType in class JAccessibleObjectpublic abstract JType getGenericType()
public abstract boolean isPrivate()
public abstract boolean isTransient()
public abstract boolean isStatic()
public boolean equals(java.lang.Object o)
equals in class JAccessibleObjectpublic java.lang.String toString()
toString in class java.lang.Object