Interface MModelOutline
-
- All Superinterfaces:
org.jvnet.jaxb2_commons.xml.bind.model.MTargeted<org.jvnet.jaxb2_commons.xml.bind.model.MModelInfo<com.sun.tools.xjc.model.nav.NType,com.sun.tools.xjc.model.nav.NClass>>
- All Known Implementing Classes:
CMModelOutline
public interface MModelOutline extends org.jvnet.jaxb2_commons.xml.bind.model.MTargeted<org.jvnet.jaxb2_commons.xml.bind.model.MModelInfo<com.sun.tools.xjc.model.nav.NType,com.sun.tools.xjc.model.nav.NClass>>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MClassOutlinegetClassOutline(org.jvnet.jaxb2_commons.xml.bind.model.MClassInfo<com.sun.tools.xjc.model.nav.NType,com.sun.tools.xjc.model.nav.NClass> target)Collection<MClassOutline>getClassOutlines()com.sun.codemodel.JCodeModelgetCode()MElementOutlinegetElementOutline(org.jvnet.jaxb2_commons.xml.bind.model.MElementInfo<com.sun.tools.xjc.model.nav.NType,com.sun.tools.xjc.model.nav.NClass> target)Collection<MElementOutline>getElementOutlines()MEnumOutlinegetEnumOutline(org.jvnet.jaxb2_commons.xml.bind.model.MEnumLeafInfo<com.sun.tools.xjc.model.nav.NType,com.sun.tools.xjc.model.nav.NClass> target)Collection<MEnumOutline>getEnumOutlines()MPackageOutlinegetPackageOutline(org.jvnet.jaxb2_commons.xml.bind.model.MPackageInfo target)Collection<MPackageOutline>getPackageOutlines()
-
-
-
Method Detail
-
getPackageOutlines
Collection<MPackageOutline> getPackageOutlines()
-
getPackageOutline
MPackageOutline getPackageOutline(org.jvnet.jaxb2_commons.xml.bind.model.MPackageInfo target)
-
getElementOutlines
Collection<MElementOutline> getElementOutlines()
-
getElementOutline
MElementOutline getElementOutline(org.jvnet.jaxb2_commons.xml.bind.model.MElementInfo<com.sun.tools.xjc.model.nav.NType,com.sun.tools.xjc.model.nav.NClass> target)
-
getClassOutlines
Collection<MClassOutline> getClassOutlines()
-
getClassOutline
MClassOutline getClassOutline(org.jvnet.jaxb2_commons.xml.bind.model.MClassInfo<com.sun.tools.xjc.model.nav.NType,com.sun.tools.xjc.model.nav.NClass> target)
-
getEnumOutlines
Collection<MEnumOutline> getEnumOutlines()
-
getEnumOutline
MEnumOutline getEnumOutline(org.jvnet.jaxb2_commons.xml.bind.model.MEnumLeafInfo<com.sun.tools.xjc.model.nav.NType,com.sun.tools.xjc.model.nav.NClass> target)
-
getCode
com.sun.codemodel.JCodeModel getCode()
-
-