Modifier and Type | Method and Description |
---|---|
MPackageOutline |
MPackageOutlineGenerator.generate(MModelOutline parent,
MModelInfo<com.sun.tools.xjc.model.nav.NType,com.sun.tools.xjc.model.nav.NClass> modelInfo,
MPackageInfo packageInfo) |
MObjectFactoryOutline |
MObjectFactoryOutlineGenerator.generate(MPackageOutline parent,
MModelInfo<com.sun.tools.xjc.model.nav.NType,com.sun.tools.xjc.model.nav.NClass> modelInfo,
MPackageInfo packageInfo) |
Modifier and Type | Method and Description |
---|---|
MPackageOutline |
CMPackageOutlineGenerator.generate(MModelOutline parent,
MModelInfo<com.sun.tools.xjc.model.nav.NType,com.sun.tools.xjc.model.nav.NClass> modelInfo,
MPackageInfo packageInfo) |
Modifier and Type | Method and Description |
---|---|
protected MPackageInfo |
XJCCMInfoFactory.getPackage(com.sun.tools.xjc.model.CClassInfo info) |
protected MPackageInfo |
XJCCMInfoFactory.getPackage(com.sun.tools.xjc.model.CClassRef info) |
protected MPackageInfo |
XJCCMInfoFactory.getPackage(com.sun.tools.xjc.model.CElementInfo info) |
protected MPackageInfo |
XJCCMInfoFactory.getPackage(com.sun.tools.xjc.model.CEnumLeafInfo info) |
Modifier and Type | Method and Description |
---|---|
MPackageInfo |
MPackageOutline.getTarget() |
Modifier and Type | Method and Description |
---|---|
MPackageOutline |
MModelOutline.getPackageOutline(MPackageInfo target) |
Modifier and Type | Method and Description |
---|---|
MPackageInfo |
CMPackageOutline.getTarget() |
Modifier and Type | Method and Description |
---|---|
MPackageOutline |
CMModelOutline.getPackageOutline(MPackageInfo target) |
Constructor and Description |
---|
CMPackageOutline(MModelOutline parent,
MPackageInfo target,
com.sun.tools.xjc.outline.PackageOutline packageOutline) |
Modifier and Type | Method and Description |
---|---|
MPackageInfo |
MPackaged.getPackageInfo() |
Modifier and Type | Class and Description |
---|---|
class |
CMPackageInfo |
Modifier and Type | Method and Description |
---|---|
protected abstract MPackageInfo |
CMInfoFactory.getPackage(CI info) |
protected abstract MPackageInfo |
CMInfoFactory.getPackage(EI info) |
protected abstract MPackageInfo |
CMInfoFactory.getPackage(ELI info) |
MPackageInfo |
CMElementInfo.getPackageInfo() |
MPackageInfo |
CMClassRef.getPackageInfo() |
MPackageInfo |
CMClassInfo.getPackageInfo() |
MPackageInfo |
CMEnumLeafInfo.getPackageInfo() |
MPackageInfo |
CMPackageInfo.getPackageInfo() |
Constructor and Description |
---|
CMClassInfo(MClassInfoOrigin origin,
C targetType,
MPackageInfo _package,
MContainer container,
String localName,
MClassTypeInfo<T,C> baseTypeInfo,
QName elementName,
QName typeName) |
CMClassRef(C targetType,
Class<?> targetClass,
MPackageInfo _package,
MContainer container,
String localName) |
CMElementInfo(MElementInfoOrigin origin,
MPackageInfo _package,
MContainer container,
String localName,
QName elementName,
MTypeInfo<T,C> scope,
MTypeInfo<T,C> typeInfo,
QName substitutionHead,
String defaultValue) |
CMEnumLeafInfo(MEnumLeafInfoOrigin origin,
C targetClass,
MPackageInfo _package,
MContainer container,
String localName,
MTypeInfo<T,C> baseTypeInfo,
QName elementName,
QName typeName) |
Modifier and Type | Method and Description |
---|---|
String |
PackageInfoQNameAnalyzer.getMostUsedAttributeNamespaceURI(MPackageInfo packageInfo) |
String |
PackageInfoQNameAnalyzer.getMostUsedElementNamespaceURI(MPackageInfo packageInfo) |
Copyright © 2005–2018. All rights reserved.