|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MTypeInfo | |
---|---|
org.jvnet.jaxb2_commons.xml.bind.model | |
org.jvnet.jaxb2_commons.xml.bind.model.concrete | |
org.jvnet.jaxb2_commons.xml.bind.model.util |
Uses of MTypeInfo in org.jvnet.jaxb2_commons.xml.bind.model |
---|
Subinterfaces of MTypeInfo in org.jvnet.jaxb2_commons.xml.bind.model | |
---|---|
interface |
MBuiltinLeafInfo<T,C>
|
interface |
MClassInfo<T,C>
|
interface |
MEnumLeafInfo<T,C>
|
interface |
MList<T,C>
|
interface |
MPackagedTypeInfo<T,C>
|
interface |
MWildcardTypeInfo<T,C>
|
Methods in org.jvnet.jaxb2_commons.xml.bind.model that return MTypeInfo | |
---|---|
MTypeInfo<T,C> |
MEnumLeafInfo.getBaseTypeInfo()
|
MTypeInfo<T,C> |
MList.getItemTypeInfo()
|
MTypeInfo<T,C> |
MElementInfo.getScope()
|
MTypeInfo<T,C> |
MTyped.getTypeInfo()
|
Methods in org.jvnet.jaxb2_commons.xml.bind.model that return types with arguments of type MTypeInfo | |
---|---|
Collection<MTypeInfo<T,C>> |
MModelInfo.getTypeInfos()
|
Methods in org.jvnet.jaxb2_commons.xml.bind.model with parameters of type MTypeInfo | |
---|---|
MElementInfo<T,C> |
MClassInfo.createElementInfo(MTypeInfo<T,C> scope,
QName substitutionHead)
|
MElementInfo<T,C> |
MEnumLeafInfo.createElementInfo(MTypeInfo<T,C> scope,
QName substitutionHead)
|
Uses of MTypeInfo in org.jvnet.jaxb2_commons.xml.bind.model.concrete |
---|
Classes in org.jvnet.jaxb2_commons.xml.bind.model.concrete that implement MTypeInfo | |
---|---|
class |
CMBuiltinLeafInfo<T,C>
|
class |
CMClassInfo<T,C extends T>
|
class |
CMEnumLeafInfo<T,C extends T>
|
class |
CMList<T,C>
|
class |
CMWildcardTypeInfo<T,C>
|
Methods in org.jvnet.jaxb2_commons.xml.bind.model.concrete that return MTypeInfo | |
---|---|
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> |
CMElementPropertyInfo.getTypeInfo()
|
MTypeInfo<T,C> |
CMElementInfo.getTypeInfo()
|
MTypeInfo<T,C> |
CMElementRefPropertyInfo.getTypeInfo()
|
MTypeInfo<T,C> |
CMElementTypeInfo.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)
|
Methods in org.jvnet.jaxb2_commons.xml.bind.model.concrete that return types with arguments of type MTypeInfo | |
---|---|
Collection<MTypeInfo<T,C>> |
CMModel.getTypeInfos()
|
Methods in org.jvnet.jaxb2_commons.xml.bind.model.concrete with parameters of type MTypeInfo | |
---|---|
MElementInfo<T,C> |
CMEnumLeafInfo.createElementInfo(MTypeInfo<T,C> scope,
QName substitutionHead)
|
MElementInfo<T,C> |
CMClassInfo.createElementInfo(MTypeInfo<T,C> scope,
QName substitutionHead)
|
Constructors in org.jvnet.jaxb2_commons.xml.bind.model.concrete with parameters of type MTypeInfo | |
---|---|
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)
|
Uses of MTypeInfo in org.jvnet.jaxb2_commons.xml.bind.model.util |
---|
Methods in org.jvnet.jaxb2_commons.xml.bind.model.util with parameters of type MTypeInfo | |
---|---|
V |
DefaultTypeInfoVisitor.visitTypeInfo(MTypeInfo<T,C> typeInfo)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |