Modifier and Type | Method and Description |
---|---|
MElementOutline |
MElementOutlineGenerator.generate(MPackageOutline parent,
MModelInfo<com.sun.tools.xjc.model.nav.NType,com.sun.tools.xjc.model.nav.NClass> modelInfo,
MElementInfo<com.sun.tools.xjc.model.nav.NType,com.sun.tools.xjc.model.nav.NClass> elementInfo) |
Modifier and Type | Method and Description |
---|---|
MElementOutline |
CMElementOutlineGenerator.generate(MPackageOutline parent,
MModelInfo<com.sun.tools.xjc.model.nav.NType,com.sun.tools.xjc.model.nav.NClass> modelInfo,
MElementInfo<com.sun.tools.xjc.model.nav.NType,com.sun.tools.xjc.model.nav.NClass> elementInfo) |
Modifier and Type | Method and Description |
---|---|
MElementOutline |
MModelOutline.getElementOutline(MElementInfo<com.sun.tools.xjc.model.nav.NType,com.sun.tools.xjc.model.nav.NClass> target) |
Modifier and Type | Method and Description |
---|---|
MElementInfo<com.sun.tools.xjc.model.nav.NType,com.sun.tools.xjc.model.nav.NClass> |
CMElementOutline.getTarget() |
Modifier and Type | Method and Description |
---|---|
MElementOutline |
CMModelOutline.getElementOutline(MElementInfo<com.sun.tools.xjc.model.nav.NType,com.sun.tools.xjc.model.nav.NClass> target) |
Constructor and Description |
---|
CMElementOutline(MModelOutline parent,
MPackageOutline packageOutline,
MElementInfo<com.sun.tools.xjc.model.nav.NType,com.sun.tools.xjc.model.nav.NClass> target,
com.sun.codemodel.JDefinedClass code) |
Modifier and Type | Method and Description |
---|---|
MElementInfo<T,C> |
MClassInfo.createElementInfo(MTypeInfo<T,C> scope,
QName substitutionHead) |
MElementInfo<T,C> |
MEnumLeafInfo.createElementInfo(MTypeInfo<T,C> scope,
QName substitutionHead) |
MElementInfo<T,C> |
MModelInfo.getGlobalElementInfo(QName elementName) |
Modifier and Type | Method and Description |
---|---|
Collection<MElementInfo<T,C>> |
MModelInfo.getElementInfos() |
Modifier and Type | Method and Description |
---|---|
void |
MModelInfo.addElementInfo(MElementInfo<T,C> elementInfo) |
void |
MModelInfo.removeElementInfo(MElementInfo<T,C> elementInfo) |
Modifier and Type | Class and Description |
---|---|
class |
CMElementInfo<T,C extends T> |
Modifier and Type | Method and Description |
---|---|
protected MElementInfo<T,C> |
CMInfoFactory.createElementInfo(EI element) |
MElementInfo<T,C> |
CMClassInfo.createElementInfo(MTypeInfo<T,C> scope,
QName substitutionHead) |
MElementInfo<T,C> |
CMEnumLeafInfo.createElementInfo(MTypeInfo<T,C> scope,
QName substitutionHead) |
protected MElementInfo<T,C> |
CMInfoFactory.getElementInfo(EI info) |
MElementInfo<T,C> |
CMModel.getGlobalElementInfo(QName elementName) |
Modifier and Type | Method and Description |
---|---|
Collection<MElementInfo<T,C>> |
CMModel.getElementInfos() |
Map<QName,MElementInfo<T,C>> |
CMModel.getElementInfosMap() |
Modifier and Type | Method and Description |
---|---|
void |
CMModel.addElementInfo(MElementInfo<T,C> elementInfo) |
void |
CMModel.removeElementInfo(MElementInfo<T,C> elementInfo) |
Copyright © 2005–2018. All rights reserved.