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.oxm
Class OXMJavaMethodImpl

java.lang.Object
  extended by org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaMethodImpl

All Implemented Interfaces:
JavaHasAnnotations, JavaMethod

public class OXMJavaMethodImpl
extends java.lang.Object
implements JavaMethod

Field Summary
private  java.lang.String name
           
private  JavaClass owningClass
           
private  JavaClass returnType
           

 

Constructor Summary
OXMJavaMethodImpl(java.lang.String methodName, JavaClass returnType, JavaClass owner)
           

 

Method Summary
 JavaAnnotation getAnnotation(JavaClass arg0)
           
 java.util.Collection<JavaAnnotation> getAnnotations()
           
 JavaAnnotation getDeclaredAnnotation(JavaClass arg0)
           
 java.util.Collection<JavaAnnotation> getDeclaredAnnotations()
           
 int getModifiers()
           
 java.lang.String getName()
           
 JavaClass getOwningClass()
           
 JavaClass[] getParameterTypes()
           
 JavaClass getReturnType()
           
 boolean isAbstract()
           
 boolean isFinal()
           
 boolean isPrivate()
           
 boolean isProtected()
           
 boolean isPublic()
           
 boolean isStatic()
           
 boolean isSynthetic()
           

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Field Detail

name

private java.lang.String name

owningClass

private JavaClass owningClass

returnType

private JavaClass returnType

Constructor Detail

OXMJavaMethodImpl

public OXMJavaMethodImpl(java.lang.String methodName,
                         JavaClass returnType,
                         JavaClass owner)

Method Detail

getModifiers

public int getModifiers()
Specified by:
getModifiers in interface JavaMethod

getName

public java.lang.String getName()
Specified by:
getName in interface JavaMethod

getOwningClass

public JavaClass getOwningClass()
Specified by:
getOwningClass in interface JavaMethod

getParameterTypes

public JavaClass[] getParameterTypes()
Specified by:
getParameterTypes in interface JavaMethod

getReturnType

public JavaClass getReturnType()
Specified by:
getReturnType in interface JavaMethod

isAbstract

public boolean isAbstract()
Specified by:
isAbstract in interface JavaMethod

isFinal

public boolean isFinal()
Specified by:
isFinal in interface JavaMethod

isPrivate

public boolean isPrivate()
Specified by:
isPrivate in interface JavaMethod

isProtected

public boolean isProtected()
Specified by:
isProtected in interface JavaMethod

isPublic

public boolean isPublic()
Specified by:
isPublic in interface JavaMethod

isStatic

public boolean isStatic()
Specified by:
isStatic in interface JavaMethod

isSynthetic

public boolean isSynthetic()
Specified by:
isSynthetic in interface JavaMethod

getAnnotation

public JavaAnnotation getAnnotation(JavaClass arg0)
Specified by:
getAnnotation in interface JavaHasAnnotations

getAnnotations

public java.util.Collection<JavaAnnotation> getAnnotations()
Specified by:
getAnnotations in interface JavaHasAnnotations

getDeclaredAnnotation

public JavaAnnotation getDeclaredAnnotation(JavaClass arg0)
Specified by:
getDeclaredAnnotation in interface JavaHasAnnotations

getDeclaredAnnotations

public java.util.Collection<JavaAnnotation> getDeclaredAnnotations()
Specified by:
getDeclaredAnnotations in interface JavaHasAnnotations

Skip navigation links

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