public class OXMJavaConstructorImpl extends java.lang.Object implements JavaConstructor
Purpose: JavaConstructor
implementation used when bootstrapping
a DynamicJAXBContext
from XML Bindings.
Responsibilities:
JavaModel
.JavaConstructor
Constructor and Description |
---|
OXMJavaConstructorImpl(JavaClass owner)
Construct a new instance of
OXMJavaConstructorImpl . |
Modifier and Type | Method and Description |
---|---|
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.
|
public OXMJavaConstructorImpl(JavaClass owner)
OXMJavaConstructorImpl
.owner
- - the JavaClass
this constructor belongs to.public int getModifiers()
getModifiers
in interface JavaConstructor
public java.lang.String getName()
getName
in interface JavaConstructor
public JavaClass getOwningClass()
getOwningClass
in interface JavaConstructor
public JavaClass[] getParameterTypes()
getParameterTypes
in interface JavaConstructor
public boolean isAbstract()
isAbstract
in interface JavaConstructor
public boolean isPrivate()
isPrivate
in interface JavaConstructor
public boolean isProtected()
isProtected
in interface JavaConstructor
public boolean isPublic()
isPublic
in interface JavaConstructor
public boolean isStatic()
isStatic
in interface JavaConstructor
public boolean isFinal()
isFinal
in interface JavaConstructor
public boolean isSynthetic()
isSynthetic
in interface JavaConstructor