Uses of Interface
org.jvnet.jaxb.xml.bind.model.MPackageInfo
-
Packages that use MPackageInfo Package Description org.jvnet.jaxb.xml.bind.model org.jvnet.jaxb.xml.bind.model.concrete org.jvnet.jaxb.xml.bind.model.util -
-
Uses of MPackageInfo in org.jvnet.jaxb.xml.bind.model
Methods in org.jvnet.jaxb.xml.bind.model that return MPackageInfo Modifier and Type Method Description MPackageInfoMPackaged. getPackageInfo() -
Uses of MPackageInfo in org.jvnet.jaxb.xml.bind.model.concrete
Classes in org.jvnet.jaxb.xml.bind.model.concrete that implement MPackageInfo Modifier and Type Class Description classCMPackageInfoMethods in org.jvnet.jaxb.xml.bind.model.concrete that return MPackageInfo Modifier and Type Method Description protected abstract MPackageInfoCMInfoFactory. getPackage(CI info)protected abstract MPackageInfoCMInfoFactory. getPackage(EI info)protected abstract MPackageInfoCMInfoFactory. getPackage(ELI info)MPackageInfoCMClassInfo. getPackageInfo()MPackageInfoCMClassRef. getPackageInfo()MPackageInfoCMElementInfo. getPackageInfo()MPackageInfoCMEnumLeafInfo. getPackageInfo()MPackageInfoCMPackageInfo. getPackageInfo()Constructors in org.jvnet.jaxb.xml.bind.model.concrete with parameters of type MPackageInfo Constructor 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) -
Uses of MPackageInfo in org.jvnet.jaxb.xml.bind.model.util
Methods in org.jvnet.jaxb.xml.bind.model.util with parameters of type MPackageInfo Modifier and Type Method Description StringPackageInfoQNameAnalyzer. getMostUsedAttributeNamespaceURI(MPackageInfo packageInfo)StringPackageInfoQNameAnalyzer. getMostUsedElementNamespaceURI(MPackageInfo packageInfo)
-