Uses of Interface
org.jvnet.jaxb.xml.bind.model.MElementTypeRef
-
Packages that use MElementTypeRef Package Description org.jvnet.jaxb.xml.bind.model.concrete -
-
Uses of MElementTypeRef in org.jvnet.jaxb.xml.bind.model.concrete
Classes in org.jvnet.jaxb.xml.bind.model.concrete that implement MElementTypeRef Modifier and Type Class Description classCMElementTypeRef<T,C extends T>Methods in org.jvnet.jaxb.xml.bind.model.concrete that return types with arguments of type MElementTypeRef Modifier and Type Method Description List<MElementTypeRef<T,C>>CMElementsPropertyInfo. getElementTypeInfos()Constructor parameters in org.jvnet.jaxb.xml.bind.model.concrete with type arguments of type MElementTypeRef Constructor Description CMElementsPropertyInfo(MPropertyInfoOrigin origin, MClassInfo<T,C> classInfo, String privateName, boolean collection, boolean required, Collection<MElementTypeRef<T,C>> elementTypeInfos, QName wrapperElementName)
-