Package gw.lang.reflect.java
Interface IJavaClassField
-
- All Superinterfaces:
IJavaAnnotatedElement,Serializable
public interface IJavaClassField extends IJavaAnnotatedElement, Serializable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IJavaClassTypegetGenericType()intgetModifiers()StringgetName()IJavaClassInfogetType()booleanisEnumConstant()booleanisSynthetic()-
Methods inherited from interface gw.lang.reflect.java.IJavaAnnotatedElement
getAnnotation, getDeclaredAnnotations, getEnclosingClass, getLocationInfo, isAnnotationPresent
-
-
-
-
Method Detail
-
isSynthetic
boolean isSynthetic()
-
getModifiers
int getModifiers()
-
getName
String getName()
-
getType
IJavaClassInfo getType()
-
getGenericType
IJavaClassType getGenericType()
-
isEnumConstant
boolean isEnumConstant()
-
-