Uses of Interface
org.jvnet.jaxb2_commons.xml.bind.model.MElement
-
Packages that use MElement Package Description org.jvnet.jaxb2_commons.xml.bind.model.concrete -
-
Uses of MElement in org.jvnet.jaxb2_commons.xml.bind.model.concrete
Classes in org.jvnet.jaxb2_commons.xml.bind.model.concrete that implement MElement Modifier and Type Class Description classCMElement<T,C extends T>Methods in org.jvnet.jaxb2_commons.xml.bind.model.concrete that return types with arguments of type MElement Modifier and Type Method Description List<MElement<T,C>>CMElementRefsPropertyInfo. getElementTypeInfos()Constructor parameters in org.jvnet.jaxb2_commons.xml.bind.model.concrete with type arguments of type MElement Constructor Description 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)
-