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.reflection
Class JavaConstructorImpl

java.lang.Object
  extended by org.eclipse.persistence.jaxb.javamodel.reflection.JavaConstructorImpl

All Implemented Interfaces:
JavaConstructor

public class JavaConstructorImpl
extends java.lang.Object
implements JavaConstructor

Purpose: JavaModel representation of a java.lang.reflect.Constructor object.

Reponsibilities:

Author:
mmacivor

Field Summary
private  JavaModelImpl javaModelImpl
           
protected  java.lang.reflect.Constructor jConstructor
           

 

Constructor Summary
JavaConstructorImpl(java.lang.reflect.Constructor constructor, JavaModelImpl javaModelImpl)
           

 

Method Summary
 int getModifiers()
           
 java.lang.String getName()
           
 JavaClass getOwningClass()
           
 JavaClass[] getParameterTypes()
           
 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

javaModelImpl

private JavaModelImpl javaModelImpl

jConstructor

protected java.lang.reflect.Constructor jConstructor

Constructor Detail

JavaConstructorImpl

public JavaConstructorImpl(java.lang.reflect.Constructor constructor,
                           JavaModelImpl javaModelImpl)

Method Detail

getModifiers

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

getName

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

getOwningClass

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

getParameterTypes

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

isAbstract

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

isPrivate

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

isProtected

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

isPublic

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

isStatic

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

isFinal

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

isSynthetic

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

Skip navigation links

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