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() | 
| String | getName() | 
| JavaClass | getResolvedType() | 
| boolean | isAbstract() | 
| boolean | isEnumConstant() | 
| boolean | isFinal() | 
| boolean | isPrivate() | 
| boolean | isProtected() | 
| boolean | isPublic() | 
| boolean | isStatic() | 
| boolean | isSynthetic() | 
getAnnotation, getAnnotations, getDeclaredAnnotation, getDeclaredAnnotationsint getModifiers()
String getName()
JavaClass getResolvedType()
boolean isAbstract()
boolean isEnumConstant()
boolean isFinal()
boolean isPrivate()
boolean isProtected()
boolean isPublic()
boolean isStatic()
boolean isSynthetic()
Copyright © 2007–2021 Eclipse.org - EclipseLink Project. All rights reserved.