Uses of Interface
org.jvnet.jaxb.xjc.outline.MElementOutline
-
Packages that use MElementOutline Package Description org.jvnet.jaxb.xjc.generator org.jvnet.jaxb.xjc.generator.concrete org.jvnet.jaxb.xjc.outline org.jvnet.jaxb.xjc.outline.concrete -
-
Uses of MElementOutline in org.jvnet.jaxb.xjc.generator
Methods in org.jvnet.jaxb.xjc.generator that return MElementOutline Modifier and Type Method Description MElementOutlineMElementOutlineGenerator. generate(MPackageOutline parent, MModelInfo<com.sun.tools.xjc.model.nav.NType,com.sun.tools.xjc.model.nav.NClass> modelInfo, MElementInfo<com.sun.tools.xjc.model.nav.NType,com.sun.tools.xjc.model.nav.NClass> elementInfo) -
Uses of MElementOutline in org.jvnet.jaxb.xjc.generator.concrete
Methods in org.jvnet.jaxb.xjc.generator.concrete that return MElementOutline Modifier and Type Method Description MElementOutlineCMElementOutlineGenerator. generate(MPackageOutline parent, MModelInfo<com.sun.tools.xjc.model.nav.NType,com.sun.tools.xjc.model.nav.NClass> modelInfo, MElementInfo<com.sun.tools.xjc.model.nav.NType,com.sun.tools.xjc.model.nav.NClass> elementInfo) -
Uses of MElementOutline in org.jvnet.jaxb.xjc.outline
Methods in org.jvnet.jaxb.xjc.outline that return MElementOutline Modifier and Type Method Description MElementOutlineMModelOutline. getElementOutline(MElementInfo<com.sun.tools.xjc.model.nav.NType,com.sun.tools.xjc.model.nav.NClass> target)Methods in org.jvnet.jaxb.xjc.outline that return types with arguments of type MElementOutline Modifier and Type Method Description Collection<MElementOutline>MModelOutline. getElementOutlines()Collection<MElementOutline>MPackageOutline. getElementOutlines() -
Uses of MElementOutline in org.jvnet.jaxb.xjc.outline.concrete
Classes in org.jvnet.jaxb.xjc.outline.concrete that implement MElementOutline Modifier and Type Class Description classCMElementOutlineMethods in org.jvnet.jaxb.xjc.outline.concrete that return MElementOutline Modifier and Type Method Description MElementOutlineCMModelOutline. getElementOutline(MElementInfo<com.sun.tools.xjc.model.nav.NType,com.sun.tools.xjc.model.nav.NClass> target)Methods in org.jvnet.jaxb.xjc.outline.concrete that return types with arguments of type MElementOutline Modifier and Type Method Description Collection<MElementOutline>CMModelOutline. getElementOutlines()Collection<MElementOutline>CMPackageOutline. getElementOutlines()Methods in org.jvnet.jaxb.xjc.outline.concrete with parameters of type MElementOutline Modifier and Type Method Description voidCMModelOutline. addElementOutline(MElementOutline elementOutline)voidCMPackageOutline. addElementOutline(MElementOutline elementOutline)
-