EclipseLink 2.4.2, build 'v20130514-5956486' API Reference

org.eclipse.persistence.jaxb.javamodel.oxm
Class OXMJavaConstructorImpl

java.lang.Object
  extended by org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaConstructorImpl
All Implemented Interfaces:
JavaConstructor

public class OXMJavaConstructorImpl
extends java.lang.Object
implements JavaConstructor

INTERNAL:

Purpose: JavaConstructor implementation used when bootstrapping a DynamicJAXBContext from XML Bindings.

Responsibilities:

See Also:
JavaConstructor
Since:
EclipseLink 2.2

Constructor Summary
OXMJavaConstructorImpl(JavaClass owner)
          Construct a new instance of OXMJavaConstructorImpl.
 
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()
          Not supported.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OXMJavaConstructorImpl

public OXMJavaConstructorImpl(JavaClass owner)
Construct a new instance of OXMJavaConstructorImpl.

Parameters:
owner - - the JavaClass this constructor belongs to.
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()
Not supported.

Specified by:
isSynthetic in interface JavaConstructor

EclipseLink 2.4.2, build 'v20130514-5956486' API Reference