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