| Modifier and Type | Field and Description |
|---|---|
protected JavaModel |
Helper.jModel |
| Modifier and Type | Method and Description |
|---|---|
JavaModel |
JavaModelInput.getJavaModel() |
| Modifier and Type | Method and Description |
|---|---|
void |
Helper.setJavaModel(JavaModel model) |
| Constructor and Description |
|---|
Helper(JavaModel model)
INTERNAL:
This is the preferred constructor.
|
| Modifier and Type | Class and Description |
|---|---|
class |
OXMJavaModelImpl
INTERNAL:
|
| Modifier and Type | Method and Description |
|---|---|
JavaModel |
OXMObjectFactoryImpl.getJavaModel() |
JavaModel |
OXMJavaModelInputImpl.getJavaModel()
Returns this
JavaModelInput's JavaModel. |
JavaModel |
OXMJavaClassImpl.getJavaModel()
Get this
JavaClass' JavaModel. |
| Modifier and Type | Method and Description |
|---|---|
void |
OXMObjectFactoryImpl.setJavaModel(JavaModel javaModel) |
void |
OXMJavaClassImpl.setJavaModel(JavaModel model)
Set this
JavaClass' JavaModel. |
| Constructor and Description |
|---|
OXMJavaModelInputImpl(JavaClass[] types,
JavaModel javaModel)
Construct a new instance of
OXMJavaModelInputImpl. |
OXMJAXBElementImpl(String paramType,
JavaModel model) |
| Modifier and Type | Class and Description |
|---|---|
class |
JavaModelImpl
INTERNAL:
|
| Modifier and Type | Method and Description |
|---|---|
JavaModel |
JavaModelInputImpl.getJavaModel() |
| Constructor and Description |
|---|
JavaModelInputImpl(Class[] classes,
JavaModel javaModel) |
JavaModelInputImpl(Type[] types,
JavaModel javaModel)
This constructor builds an array of JavaClass objects from an array
of Types.
|
JavaModelInputImpl(TypeMappingInfo[] types,
JavaModel javaModel) |
| Modifier and Type | Class and Description |
|---|---|
class |
XJCJavaModelImpl
INTERNAL:
|
| Modifier and Type | Method and Description |
|---|---|
JavaModel |
XJCJavaModelInputImpl.getJavaModel()
Returns this
JavaModelInput's JavaModel. |
JavaModel |
XJCJavaClassImpl.getJavaModel()
Get this
JavaClass' JavaModel. |
| Modifier and Type | Method and Description |
|---|---|
void |
XJCJavaClassImpl.setJavaModel(JavaModel javaModel)
Set this
JavaClass' JavaModel. |
| Constructor and Description |
|---|
XJCJavaModelInputImpl(Class<?>[] classes,
JavaModel javaModel)
Construct a new instance of
XJCJavaModelInputImpl. |
XJCJavaModelInputImpl(JavaClass[] types,
JavaModel javaModel)
Construct a new instance of
XJCJavaModelInputImpl. |
XJCJavaModelInputImpl(Type[] types,
JavaModel javaModel)
Construct a new instance of
XJCJavaModelInputImpl. |
XJCJavaModelInputImpl(TypeMappingInfo[] types,
JavaModel javaModel)
Construct a new instance of
XJCJavaModelInputImpl. |
Copyright © 2007–2021 Eclipse.org - EclipseLink Project. All rights reserved.