| Package | Description |
|---|---|
| org.jvnet.jaxb2_commons.xml.bind.model | |
| org.jvnet.jaxb2_commons.xml.bind.model.concrete |
| Modifier and Type | Interface and Description |
|---|---|
interface |
MClassInfo<T,C extends T> |
interface |
MClassRef<T,C extends T> |
interface |
MClassTypeInfo<T,C extends T,O> |
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 |
CMEnumLeafInfo.getContainer() |
MContainer |
CMElementInfo.getContainer() |
MContainer |
CMClassRef.getContainer() |
MContainer |
CMClassInfo.getContainer() |
protected abstract MContainer |
CMInfoFactory.getContainer(CI info) |
protected abstract MContainer |
CMInfoFactory.getContainer(EI info) |
protected abstract MContainer |
CMInfoFactory.getContainer(ELI info) |
| Constructor and Description |
|---|
CMClassInfo(MClassInfoOrigin origin,
C targetType,
MPackageInfo _package,
MContainer container,
String localName,
MClassTypeInfo<T,C,?> baseTypeInfo,
QName elementName,
QName typeName) |
CMClassRef(MClassRefOrigin origin,
C targetType,
Class<?> targetClass,
MPackageInfo _package,
MContainer container,
String localName) |
CMElementInfo(MElementInfoOrigin origin,
MPackageInfo _package,
MContainer container,
String localName,
QName elementName,
MClassInfo<T,C> scope,
MTypeInfo<T,C> typeInfo,
QName substitutionHead,
String defaultValue,
NamespaceContext defaultValueNamespaceContext) |
CMEnumLeafInfo(MEnumLeafInfoOrigin origin,
C targetClass,
MPackageInfo _package,
MContainer container,
String localName,
MTypeInfo<T,C> baseTypeInfo,
QName elementName,
QName typeName) |
Copyright © 2005-2016. All Rights Reserved.