Uses of Interface
org.jvnet.basicjaxb.xml.bind.model.MClassInfo
Packages that use MClassInfo
Package
Description
-
Uses of MClassInfo in org.jvnet.basicjaxb.xml.bind.model
Methods in org.jvnet.basicjaxb.xml.bind.model that return MClassInfoModifier and TypeMethodDescriptionMClassInfo<T, C> MModelInfo.getClassInfo(String name) MClassInfo<T, C> MPropertyInfo.getClassInfo()MClassInfo<T, C> MElementInfo.getScope()Methods in org.jvnet.basicjaxb.xml.bind.model that return types with arguments of type MClassInfoMethods in org.jvnet.basicjaxb.xml.bind.model with parameters of type MClassInfoModifier and TypeMethodDescriptionvoidMModelInfo.addClassInfo(MClassInfo<T, C> classInfo) MClassInfo.createElementInfo(MClassInfo<T, C> scope, QName substitutionHead) MEnumLeafInfo.createElementInfo(MClassInfo<T, C> scope, QName substitutionHead) voidMModelInfo.removeClassInfo(MClassInfo<T, C> classInfo) MClassTypeInfoVisitor.visitClassInfo(MClassInfo<T, C> info) MPackagedTypeInfoVisitor.visitClassInfo(MClassInfo<T, C> info) -
Uses of MClassInfo in org.jvnet.basicjaxb.xml.bind.model.concrete
Classes in org.jvnet.basicjaxb.xml.bind.model.concrete that implement MClassInfoModifier and TypeClassDescriptionclassCMClassInfo<T,C extends T> CMClassInfo implements MClassInfo.Methods in org.jvnet.basicjaxb.xml.bind.model.concrete that return MClassInfoModifier and TypeMethodDescriptionprotected MClassInfo<T, C> CMInfoFactory.createClassInfo(CI info) MClassInfo<T, C> CMModel.getClassInfo(String name) MClassInfo<T, C> CMPropertyInfo.getClassInfo()MClassInfo<T, C> CMElementInfo.getScope()protected abstract MClassInfo<T, C> protected MClassInfo<T, C> CMInfoFactory.getTypeInfo(CI info) Methods in org.jvnet.basicjaxb.xml.bind.model.concrete that return types with arguments of type MClassInfoMethods in org.jvnet.basicjaxb.xml.bind.model.concrete with parameters of type MClassInfoModifier and TypeMethodDescriptionvoidCMModel.addClassInfo(MClassInfo<T, C> classInfo) protected CMAnyAttributePropertyInfo<T, C> CMInfoFactory.createAnyAttributePropertyInfo(MClassInfo<T, C> classInfo) protected MPropertyInfo<T, C> CMInfoFactory.createAnyElementPropertyInfo(MClassInfo<T, C> classInfo, RPI rp) protected MPropertyInfo<T, C> CMInfoFactory.createAttributePropertyInfo(MClassInfo<T, C> classInfo, API propertyInfo) CMClassInfo.createElementInfo(MClassInfo<T, C> scope, QName substitutionHead) CMEnumLeafInfo.createElementInfo(MClassInfo<T, C> scope, QName substitutionHead) protected MPropertyInfo<T, C> CMInfoFactory.createElementPropertyInfo(MClassInfo<T, C> classInfo, EPI ep) protected MPropertyInfo<T, C> CMInfoFactory.createElementRefPropertyInfo(MClassInfo<T, C> classInfo, RPI rp) protected MPropertyInfo<T, C> CMInfoFactory.createElementRefsPropertyInfo(MClassInfo<T, C> classInfo, RPI rp) protected MPropertyInfo<T, C> CMInfoFactory.createElementsPropertyInfo(MClassInfo<T, C> classInfo, EPI ep) protected MPropertyInfo<T, C> CMInfoFactory.createValuePropertyInfo(MClassInfo<T, C> classInfo, VPI propertyInfo) voidCMModel.removeClassInfo(MClassInfo<T, C> classInfo) Constructors in org.jvnet.basicjaxb.xml.bind.model.concrete with parameters of type MClassInfoModifierConstructorDescriptionCMAnyAttributePropertyInfo(MPropertyInfoOrigin origin, MClassInfo<T, C> classInfo, String privateName) CMAnyElementPropertyInfo(MPropertyInfoOrigin origin, MClassInfo<T, C> classInfo, String privateName, boolean collection, boolean required, boolean mixed, boolean domAllowed, boolean typedObjectAllowed) CMAttributePropertyInfo(MPropertyInfoOrigin origin, MClassInfo<T, C> classInfo, String privateName, MTypeInfo<T, C> typeInfo, QName attributeName, boolean required, 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) CMElementRefsPropertyInfo(MPropertyInfoOrigin origin, MClassInfo<T, C> classInfo, String privateName, boolean collection, boolean required, Collection<MElement<T, C>> elementTypeInfos, QName wrapperElementName, boolean mixed, boolean domAllowed, boolean typedObjectAllowed) CMElementsPropertyInfo(MPropertyInfoOrigin origin, MClassInfo<T, C> classInfo, String privateName, boolean collection, boolean required, Collection<MElementTypeRef<T, C>> elementTypeInfos, QName wrapperElementName) CMPropertyInfo(MPropertyInfoOrigin origin, MClassInfo<T, C> classInfo, String privateName, boolean collection, boolean required) 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 MClassInfo in org.jvnet.basicjaxb.xml.bind.model.util
Methods in org.jvnet.basicjaxb.xml.bind.model.util with parameters of type MClassInfo