Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle TopLink
11g Release 1 (11.1.1)

E28847-01


org.eclipse.persistence.jaxb.javamodel
Interface JavaField

All Superinterfaces:
JavaHasAnnotations
All Known Implementing Classes:
JavaFieldImpl, OXMJavaFieldImpl

public interface JavaField
extends JavaHasAnnotations

INTERNAL:

Purpose:A TopLink JAXB 2.0 Java model representation of a JDK Field.

Responsibilities:

Since:
Oracle TopLink 11.1.1.0.0
See Also:
org.eclipse.persistence.jaxb20.javamodel.JavaHasAnnotations, Field

Method Summary
 int getModifiers()
           
 java.lang.String getName()
           
 JavaClass getResolvedType()
           
 boolean isAbstract()
           
 boolean isEnumConstant()
           
 boolean isFinal()
           
 boolean isPrivate()
           
 boolean isProtected()
           
 boolean isPublic()
           
 boolean isStatic()
           
 boolean isSynthetic()
           

 

Methods inherited from interface org.eclipse.persistence.jaxb.javamodel.JavaHasAnnotations
getAnnotation, getAnnotations, getDeclaredAnnotation, getDeclaredAnnotations

 

Method Detail

getModifiers

int getModifiers()

getName

java.lang.String getName()

getResolvedType

JavaClass getResolvedType()

isAbstract

boolean isAbstract()

isEnumConstant

boolean isEnumConstant()

isFinal

boolean isFinal()

isPrivate

boolean isPrivate()

isProtected

boolean isProtected()

isPublic

boolean isPublic()

isStatic

boolean isStatic()

isSynthetic

boolean isSynthetic()

Skip navigation links

Copyright © 1998, 2012, Oracle. All Rights Reserved.