public interface JavaField extends JavaHasAnnotations
Purpose:A TopLink JAXB 2.0 Java model representation of a JDK Field.
Responsibilities:
JavaHasAnnotations
,
Field
Modifier and Type | Method and Description |
---|---|
int |
getModifiers() |
java.lang.String |
getName() |
JavaClass |
getResolvedType() |
boolean |
isAbstract() |
boolean |
isEnumConstant() |
boolean |
isFinal() |
boolean |
isPrivate() |
boolean |
isProtected() |
boolean |
isPublic() |
boolean |
isStatic() |
boolean |
isSynthetic() |
getAnnotation, getAnnotations, getDeclaredAnnotation, getDeclaredAnnotations
int getModifiers()
java.lang.String getName()
JavaClass getResolvedType()
boolean isAbstract()
boolean isEnumConstant()
boolean isFinal()
boolean isPrivate()
boolean isProtected()
boolean isPublic()
boolean isStatic()
boolean isSynthetic()