Package | Description |
---|---|
org.jvnet.jaxb2_commons.xml.bind.model | |
org.jvnet.jaxb2_commons.xml.bind.model.concrete | |
org.jvnet.jaxb2_commons.xml.bind.model.util |
Modifier and Type | Interface and Description |
---|---|
interface |
MBuiltinLeafInfo<T,C> |
interface |
MClassInfo<T,C> |
interface |
MEnumLeafInfo<T,C> |
interface |
MList<T,C> |
interface |
MPackagedTypeInfo<T,C> |
interface |
MWildcardTypeInfo<T,C> |
Modifier and Type | Method and Description |
---|---|
MTypeInfo<T,C> |
MEnumLeafInfo.getBaseTypeInfo() |
MTypeInfo<T,C> |
MList.getItemTypeInfo() |
MTypeInfo<T,C> |
MElementInfo.getScope() |
MTypeInfo<T,C> |
MTyped.getTypeInfo() |
Modifier and Type | Method and Description |
---|---|
Collection<MTypeInfo<T,C>> |
MModelInfo.getTypeInfos() |
Modifier and Type | Method and Description |
---|---|
MElementInfo<T,C> |
MEnumLeafInfo.createElementInfo(MTypeInfo<T,C> scope,
QName substitutionHead) |
MElementInfo<T,C> |
MClassInfo.createElementInfo(MTypeInfo<T,C> scope,
QName substitutionHead) |
Modifier and Type | Class and Description |
---|---|
class |
CMBuiltinLeafInfo<T,C> |
class |
CMClassInfo<T,C extends T> |
class |
CMEnumLeafInfo<T,C extends T> |
class |
CMList<T,C> |
class |
CMWildcardTypeInfo<T,C> |
Modifier and Type | Method and Description |
---|---|
protected MTypeInfo<T,C> |
CMInfoFactory.createWildcardTypeInfo(WTI info) |
MTypeInfo<T,C> |
CMEnumLeafInfo.getBaseTypeInfo() |
MTypeInfo<T,C> |
CMList.getItemTypeInfo() |
MTypeInfo<T,C> |
CMElementInfo.getScope() |
MTypeInfo<T,C> |
CMSingleTypePropertyInfo.getTypeInfo() |
MTypeInfo<T,C> |
CMElementTypeInfo.getTypeInfo() |
MTypeInfo<T,C> |
CMElementRefPropertyInfo.getTypeInfo() |
MTypeInfo<T,C> |
CMElementPropertyInfo.getTypeInfo() |
MTypeInfo<T,C> |
CMElementInfo.getTypeInfo() |
protected MTypeInfo<T,C> |
CMInfoFactory.getTypeInfo(com.sun.xml.bind.v2.model.core.AttributePropertyInfo<T,C> ap) |
protected MTypeInfo<T,C> |
CMInfoFactory.getTypeInfo(com.sun.xml.bind.v2.model.core.ElementPropertyInfo<T,C> ep,
com.sun.xml.bind.v2.model.core.TypeRef<T,C> typeRef) |
protected MTypeInfo<T,C> |
CMInfoFactory.getTypeInfo(com.sun.xml.bind.v2.model.core.PropertyInfo<T,C> propertyInfo,
TI typeInfo,
boolean list,
com.sun.xml.bind.v2.model.core.Adapter<T,C> adapter,
com.sun.xml.bind.v2.model.core.ID id,
javax.activation.MimeType mimeType) |
protected MTypeInfo<T,C> |
CMInfoFactory.getTypeInfo(com.sun.xml.bind.v2.model.core.ReferencePropertyInfo<T,C> rp,
com.sun.xml.bind.v2.model.core.Element<T,C> element) |
protected MTypeInfo<T,C> |
CMInfoFactory.getTypeInfo(TI typeInfo) |
protected MTypeInfo<T,C> |
CMInfoFactory.getTypeInfo(com.sun.xml.bind.v2.model.core.ValuePropertyInfo<T,C> vp) |
Modifier and Type | Method and Description |
---|---|
Collection<MTypeInfo<T,C>> |
CMModel.getTypeInfos() |
Modifier and Type | Method and Description |
---|---|
MElementInfo<T,C> |
CMEnumLeafInfo.createElementInfo(MTypeInfo<T,C> scope,
QName substitutionHead) |
MElementInfo<T,C> |
CMClassInfo.createElementInfo(MTypeInfo<T,C> scope,
QName substitutionHead) |
Constructor and Description |
---|
CMAttributePropertyInfo(MPropertyInfoOrigin origin,
MClassInfo<T,C> classInfo,
String privateName,
MTypeInfo<T,C> typeInfo,
QName attributeName) |
CMElementInfo(MElementInfoOrigin origin,
MPackageInfo _package,
QName elementName,
MTypeInfo<T,C> scope,
MTypeInfo<T,C> typeInfo,
QName substitutionHead) |
CMElementInfo(MElementInfoOrigin origin,
MPackageInfo _package,
QName elementName,
MTypeInfo<T,C> scope,
MTypeInfo<T,C> typeInfo,
QName substitutionHead) |
CMElementPropertyInfo(MPropertyInfoOrigin origin,
MClassInfo<T,C> classInfo,
String privateName,
boolean collection,
MTypeInfo<T,C> typeInfo,
QName elementName,
QName wrapperElementName) |
CMElementRefPropertyInfo(MPropertyInfoOrigin origin,
MClassInfo<T,C> classInfo,
String privateName,
boolean collection,
MTypeInfo<T,C> typeInfo,
QName elementName,
QName wrapperElementName,
boolean mixed,
boolean domAllowed,
boolean typedObjectAllowed) |
CMElementTypeInfo(QName elementName,
MTypeInfo<T,C> typeInfo) |
CMEnumLeafInfo(MEnumLeafInfoOrigin origin,
C targetClass,
MPackageInfo _package,
String localName,
MTypeInfo<T,C> baseTypeInfo,
QName elementName) |
CMList(T targetType,
MTypeInfo<T,C> itemTypeInfo) |
CMSingleTypePropertyInfo(MPropertyInfoOrigin origin,
MClassInfo<T,C> classInfo,
String privateName,
boolean collection,
MTypeInfo<T,C> typeInfo) |
CMValuePropertyInfo(MPropertyInfoOrigin origin,
MClassInfo<T,C> classInfo,
String privateName,
MTypeInfo<T,C> typeInfo) |
Modifier and Type | Method and Description |
---|---|
V |
DefaultTypeInfoVisitor.visitTypeInfo(MTypeInfo<T,C> typeInfo) |
Copyright © 2005-2012. All Rights Reserved.