Package | Description |
---|---|
org.jvnet.jaxb2_commons.xjc.model.concrete | |
org.jvnet.jaxb2_commons.xml.bind.model | |
org.jvnet.jaxb2_commons.xml.bind.model.concrete |
Modifier and Type | Method and Description |
---|---|
protected MContainer |
XJCCMInfoFactory.getContainer(com.sun.tools.xjc.model.CClassInfo info) |
protected MContainer |
XJCCMInfoFactory.getContainer(com.sun.tools.xjc.model.CClassRef info) |
protected MContainer |
XJCCMInfoFactory.getContainer(com.sun.tools.xjc.model.CElementInfo info) |
protected MContainer |
XJCCMInfoFactory.getContainer(com.sun.tools.xjc.model.CEnumLeafInfo info) |
Modifier and Type | Interface and Description |
---|---|
interface |
MClassInfo<T,C extends T> |
interface |
MClassRef<T,C extends T> |
interface |
MClassTypeInfo<T,C extends T> |
interface |
MElementInfo<T,C extends T> |
interface |
MPackageInfo |
Modifier and Type | Method and Description |
---|---|
MContainer |
MContained.getContainer() |
Modifier and Type | Class and Description |
---|---|
class |
CMClassInfo<T,C extends T> |
class |
CMClassRef<T,C extends T> |
class |
CMElementInfo<T,C extends T> |
class |
CMPackageInfo |
Modifier and Type | Method and Description |
---|---|
MContainer |
CMElementInfo.getContainer() |
MContainer |
CMClassRef.getContainer() |
MContainer |
CMClassInfo.getContainer() |
MContainer |
CMEnumLeafInfo.getContainer() |
protected abstract MContainer |
CMInfoFactory.getContainer(CI info) |
protected abstract MContainer |
CMInfoFactory.getContainer(EI info) |
protected abstract MContainer |
CMInfoFactory.getContainer(ELI info) |
MContainer |
CMClassInfo.getScope() |
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) |
Copyright © 2005–2018. All rights reserved.