Uses of Interface
org.jvnet.jaxb.xml.bind.model.MTypeInfo
-
Packages that use MTypeInfo Package Description org.jvnet.jaxb.xml.bind.model org.jvnet.jaxb.xml.bind.model.concrete org.jvnet.jaxb.xml.bind.model.util -
-
Uses of MTypeInfo in org.jvnet.jaxb.xml.bind.model
Subinterfaces of MTypeInfo in org.jvnet.jaxb.xml.bind.model Modifier and Type Interface Description interfaceMBuiltinLeafInfo<T,C extends T>interfaceMClassInfo<T,C extends T>interfaceMClassRef<T,C extends T>interfaceMClassTypeInfo<T,C extends T,O>interfaceMEnumLeafInfo<T,C extends T>interfaceMID<T,C extends T>interfaceMIDREF<T,C extends T>interfaceMIDREFS<T,C extends T>interfaceMList<T,C extends T>interfaceMPackagedTypeInfo<T,C extends T>interfaceMWildcardTypeInfo<T,C extends T>Methods in org.jvnet.jaxb.xml.bind.model that return MTypeInfo Modifier and Type Method Description MTypeInfo<T,C>MEnumLeafInfo. getBaseTypeInfo()MTypeInfo<T,C>MList. getItemTypeInfo()MTypeInfo<T,C>MModelInfo. getTypeInfo(QName typeNam)MTypeInfo<T,C>MTyped. getTypeInfo()MTypeInfo<T,C>MID. getValueTypeInfo()MTypeInfo<T,C>MIDREF. getValueTypeInfo()Methods in org.jvnet.jaxb.xml.bind.model that return types with arguments of type MTypeInfo Modifier and Type Method Description Collection<MTypeInfo<T,C>>MModelInfo. getTypeInfos() -
Uses of MTypeInfo in org.jvnet.jaxb.xml.bind.model.concrete
Classes in org.jvnet.jaxb.xml.bind.model.concrete that implement MTypeInfo Modifier and Type Class Description classCMBuiltinLeafInfo<T,C extends T>classCMClassInfo<T,C extends T>classCMClassRef<T,C extends T>classCMEnumLeafInfo<T,C extends T>classCMID<T,C extends T>classCMIDREF<T,C extends T>classCMIDREFS<T,C extends T>classCMList<T,C extends T>classCMWildcardTypeInfo<T,C extends T>Methods in org.jvnet.jaxb.xml.bind.model.concrete that return MTypeInfo Modifier and Type Method Description protected MTypeInfo<T,C>CMInfoFactory. createWildcardTypeInfo(WTI info)MTypeInfo<T,C>CMEnumLeafInfo. getBaseTypeInfo()MTypeInfo<T,C>CMList. getItemTypeInfo()MTypeInfo<T,C>CMElementInfo. getTypeInfo()MTypeInfo<T,C>CMElementPropertyInfo. getTypeInfo()MTypeInfo<T,C>CMElementRefPropertyInfo. getTypeInfo()MTypeInfo<T,C>CMElementTypeInfo. getTypeInfo()protected MTypeInfo<T,C>CMInfoFactory. getTypeInfo(org.glassfish.jaxb.core.v2.model.core.AttributePropertyInfo<T,C> ap)protected MTypeInfo<T,C>CMInfoFactory. getTypeInfo(org.glassfish.jaxb.core.v2.model.core.ElementPropertyInfo<T,C> ep, TR typeRef)protected MTypeInfo<T,C>CMInfoFactory. getTypeInfo(org.glassfish.jaxb.core.v2.model.core.PropertyInfo<T,C> propertyInfo, TI typeInfo, boolean list, org.glassfish.jaxb.core.v2.model.core.Adapter<T,C> adapter, org.glassfish.jaxb.core.v2.model.core.ID id, jakarta.activation.MimeType mimeType)protected MTypeInfo<T,C>CMInfoFactory. getTypeInfo(org.glassfish.jaxb.core.v2.model.core.ReferencePropertyInfo<T,C> rp, org.glassfish.jaxb.core.v2.model.core.Element<T,C> element)protected MTypeInfo<T,C>CMInfoFactory. getTypeInfo(org.glassfish.jaxb.core.v2.model.core.ValuePropertyInfo<T,C> vp)protected MTypeInfo<T,C>CMInfoFactory. getTypeInfo(TI typeInfo)MTypeInfo<T,C>CMModel. getTypeInfo(QName typeName)MTypeInfo<T,C>CMSingleTypePropertyInfo. getTypeInfo()MTypeInfo<T,C>CMID. getValueTypeInfo()MTypeInfo<T,C>CMIDREF. getValueTypeInfo()Methods in org.jvnet.jaxb.xml.bind.model.concrete that return types with arguments of type MTypeInfo Modifier and Type Method Description Collection<MTypeInfo<T,C>>CMModel. getTypeInfos()Constructors in org.jvnet.jaxb.xml.bind.model.concrete with parameters of type MTypeInfo Constructor Description CMAttributePropertyInfo(MPropertyInfoOrigin origin, MClassInfo<T,C> classInfo, String privateName, MTypeInfo<T,C> typeInfo, QName attributeName, boolean required, String defaultValue, NamespaceContext defaultValueNamespaceContext)CMElement(MElementOrigin origin, QName elementName, MTypeInfo<T,C> typeInfo, boolean nillable, String defaultValue, NamespaceContext defaultValueNamespaceContext)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)CMElementPropertyInfo(MPropertyInfoOrigin origin, MClassInfo<T,C> classInfo, String privateName, boolean collection, boolean required, MTypeInfo<T,C> typeInfo, QName elementName, QName wrapperElementName, boolean nillable, String defaultValue, NamespaceContext defaultValueNamespaceContext)CMElementRefPropertyInfo(MPropertyInfoOrigin origin, MClassInfo<T,C> classInfo, String privateName, boolean collection, boolean required, MTypeInfo<T,C> typeInfo, QName elementName, QName wrapperElementName, boolean mixed, boolean domAllowed, boolean typedObjectAllowed, String defaultValue, NamespaceContext defaultValueNamespaceContext)CMElementTypeInfo(O origin, QName elementName, MTypeInfo<T,C> typeInfo, boolean nillable, String defaultValue, NamespaceContext defaultValueNamespaceContext)CMElementTypeRef(MElementTypeRefOrigin origin, QName elementName, MTypeInfo<T,C> typeInfo, boolean nillable, String defaultValue, NamespaceContext defaultValueNamespaceContext)CMEnumLeafInfo(MEnumLeafInfoOrigin origin, C targetClass, MPackageInfo _package, MContainer container, String localName, MTypeInfo<T,C> baseTypeInfo, QName elementName, QName typeName)CMID(T targetType, MTypeInfo<T,C> itemTypeInfo)CMIDREF(T targetType, MTypeInfo<T,C> itemTypeInfo)CMIDREFS(T targetType, MTypeInfo<T,C> itemTypeInfo)CMList(T targetType, MTypeInfo<T,C> itemTypeInfo, QName typeName)CMSingleTypePropertyInfo(MPropertyInfoOrigin origin, MClassInfo<T,C> classInfo, String privateName, boolean collection, MTypeInfo<T,C> typeInfo, boolean required, String defaultValue, NamespaceContext defaultValueNamespaceContext)CMValuePropertyInfo(MPropertyInfoOrigin origin, MClassInfo<T,C> classInfo, String privateName, MTypeInfo<T,C> typeInfo, String defaultValue, NamespaceContext defaultValueNamespaceContext) -
Uses of MTypeInfo in org.jvnet.jaxb.xml.bind.model.util
Methods in org.jvnet.jaxb.xml.bind.model.util with parameters of type MTypeInfo Modifier and Type Method Description VDefaultTypeInfoVisitor. visitTypeInfo(MTypeInfo<T,C> typeInfo)
-