EclipseLink 1.2.0, build 'v20091016-r5565' API Reference

org.eclipse.persistence.jaxb.javamodel
Interface JavaConstructor

All Known Implementing Classes:
JavaConstructorImpl

public interface JavaConstructor


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

Author:
mmacivor

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()
           
 

Method Detail

getModifiers

int getModifiers()

getName

java.lang.String getName()

getOwningClass

JavaClass getOwningClass()

getParameterTypes

JavaClass[] getParameterTypes()

isAbstract

boolean isAbstract()

isFinal

boolean isFinal()

isPrivate

boolean isPrivate()

isProtected

boolean isProtected()

isPublic

boolean isPublic()

isStatic

boolean isStatic()

isSynthetic

boolean isSynthetic()

EclipseLink 1.2.0, build 'v20091016-r5565' API Reference