Uses of Interface
org.jvnet.basicjaxb.xml.bind.model.MTypeInfo
Packages that use MTypeInfo
Package
Description
-
Uses of MTypeInfo in org.jvnet.basicjaxb.xml.bind.model
Subinterfaces of MTypeInfo in org.jvnet.basicjaxb.xml.bind.modelModifier and TypeInterfaceDescriptioninterfaceMBuiltinLeafInfo<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.basicjaxb.xml.bind.model that return MTypeInfoModifier and TypeMethodDescriptionMEnumLeafInfo.getBaseTypeInfo()MList.getItemTypeInfo()MModelInfo.getTypeInfo(QName typeNam) MTyped.getTypeInfo()MID.getValueTypeInfo()MIDREF.getValueTypeInfo()Methods in org.jvnet.basicjaxb.xml.bind.model that return types with arguments of type MTypeInfo -
Uses of MTypeInfo in org.jvnet.basicjaxb.xml.bind.model.concrete
Classes in org.jvnet.basicjaxb.xml.bind.model.concrete that implement MTypeInfoModifier and TypeClassDescriptionclassCMBuiltinLeafInfo<T,C extends T> classCMClassInfo<T,C extends T> CMClassInfo implements MClassInfo.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.basicjaxb.xml.bind.model.concrete that return MTypeInfoModifier and TypeMethodDescriptionCMInfoFactory.createWildcardTypeInfo(WTI info) CMEnumLeafInfo.getBaseTypeInfo()CMList.getItemTypeInfo()CMElementInfo.getTypeInfo()CMElementPropertyInfo.getTypeInfo()CMElementRefPropertyInfo.getTypeInfo()CMElementTypeInfo.getTypeInfo()CMInfoFactory.getTypeInfo(org.glassfish.jaxb.core.v2.model.core.AttributePropertyInfo<T, C> ap) CMInfoFactory.getTypeInfo(org.glassfish.jaxb.core.v2.model.core.ElementPropertyInfo<T, C> ep, TR typeRef) 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) CMInfoFactory.getTypeInfo(org.glassfish.jaxb.core.v2.model.core.ReferencePropertyInfo<T, C> rp, org.glassfish.jaxb.core.v2.model.core.Element<T, C> element) CMInfoFactory.getTypeInfo(org.glassfish.jaxb.core.v2.model.core.ValuePropertyInfo<T, C> vp) CMInfoFactory.getTypeInfo(TI typeInfo) CMModel.getTypeInfo(QName typeName) CMSingleTypePropertyInfo.getTypeInfo()CMID.getValueTypeInfo()CMIDREF.getValueTypeInfo()Methods in org.jvnet.basicjaxb.xml.bind.model.concrete that return types with arguments of type MTypeInfoConstructors in org.jvnet.basicjaxb.xml.bind.model.concrete with parameters of type MTypeInfoModifierConstructorDescriptionCMAttributePropertyInfo(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) 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.basicjaxb.xml.bind.model.util
Methods in org.jvnet.basicjaxb.xml.bind.model.util with parameters of type MTypeInfo