Uses of Interface
org.jvnet.jaxb2_commons.xml.bind.model.MClassInfo
-
Packages that use MClassInfo Package Description 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 MClassInfo in org.jvnet.jaxb2_commons.xml.bind.model
Methods in org.jvnet.jaxb2_commons.xml.bind.model that return MClassInfo Modifier and Type Method Description MClassInfo<T,C>MModelInfo. getClassInfo(String name)MClassInfo<T,C>MPropertyInfo. getClassInfo()MClassInfo<T,C>MElementInfo. getScope()Methods in org.jvnet.jaxb2_commons.xml.bind.model that return types with arguments of type MClassInfo Modifier and Type Method Description Collection<MClassInfo<T,C>>MModelInfo. getClassInfos()Methods in org.jvnet.jaxb2_commons.xml.bind.model with parameters of type MClassInfo Modifier and Type Method Description voidMModelInfo. addClassInfo(MClassInfo<T,C> classInfo)MElementInfo<T,C>MClassInfo. createElementInfo(MClassInfo<T,C> scope, QName substitutionHead)MElementInfo<T,C>MEnumLeafInfo. createElementInfo(MClassInfo<T,C> scope, QName substitutionHead)voidMModelInfo. removeClassInfo(MClassInfo<T,C> classInfo)VMClassTypeInfoVisitor. visitClassInfo(MClassInfo<T,C> info)VMPackagedTypeInfoVisitor. visitClassInfo(MClassInfo<T,C> info) -
Uses of MClassInfo in org.jvnet.jaxb2_commons.xml.bind.model.concrete
Classes in org.jvnet.jaxb2_commons.xml.bind.model.concrete that implement MClassInfo Modifier and Type Class Description classCMClassInfo<T,C extends T>Methods in org.jvnet.jaxb2_commons.xml.bind.model.concrete that return MClassInfo Modifier and Type Method Description protected 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>CMInfoFactory. getScope(CI info)protected MClassInfo<T,C>CMInfoFactory. getTypeInfo(CI info)Methods in org.jvnet.jaxb2_commons.xml.bind.model.concrete that return types with arguments of type MClassInfo Modifier and Type Method Description Collection<MClassInfo<T,C>>CMModel. getClassInfos()Constructors in org.jvnet.jaxb2_commons.xml.bind.model.concrete with parameters of type MClassInfo Constructor Description CMAnyAttributePropertyInfo(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.jaxb2_commons.xml.bind.model.util
Methods in org.jvnet.jaxb2_commons.xml.bind.model.util with parameters of type MClassInfo Modifier and Type Method Description VDefaultTypeInfoVisitor. visitClassInfo(MClassInfo<T,C> info)
-