public class OXMJavaFieldImpl extends Object implements JavaField
Constructor and Description |
---|
OXMJavaFieldImpl(String aFieldName,
String aFieldTypeName,
JavaClass owner) |
Modifier and Type | Method and Description |
---|---|
JavaAnnotation |
getAnnotation(JavaClass aClass) |
Collection<JavaAnnotation> |
getAnnotations() |
JavaAnnotation |
getDeclaredAnnotation(JavaClass aClass) |
Collection<JavaAnnotation> |
getDeclaredAnnotations() |
int |
getModifiers() |
String |
getName() |
JavaClass |
getOwningClass() |
JavaClass |
getResolvedType() |
boolean |
isAbstract() |
boolean |
isEnumConstant() |
boolean |
isFinal() |
boolean |
isPrivate() |
boolean |
isProtected() |
boolean |
isPublic() |
boolean |
isStatic() |
boolean |
isSynthetic() |
public JavaAnnotation getAnnotation(JavaClass aClass)
getAnnotation
in interface JavaHasAnnotations
public Collection<JavaAnnotation> getAnnotations()
getAnnotations
in interface JavaHasAnnotations
public int getModifiers()
getModifiers
in interface JavaField
public JavaClass getOwningClass()
public JavaClass getResolvedType()
getResolvedType
in interface JavaField
public boolean isAbstract()
isAbstract
in interface JavaField
public boolean isProtected()
isProtected
in interface JavaField
public boolean isSynthetic()
isSynthetic
in interface JavaField
public boolean isEnumConstant()
isEnumConstant
in interface JavaField
public JavaAnnotation getDeclaredAnnotation(JavaClass aClass)
getDeclaredAnnotation
in interface JavaHasAnnotations
public Collection<JavaAnnotation> getDeclaredAnnotations()
getDeclaredAnnotations
in interface JavaHasAnnotations
EclipseLink 2.3.2, "build v20111125-r10461" API Reference