Interface MPackageOutline
-
- All Superinterfaces:
MChildOutline,org.jvnet.jaxb2_commons.xml.bind.model.MTargeted<org.jvnet.jaxb2_commons.xml.bind.model.MPackageInfo>
- All Known Implementing Classes:
CMPackageOutline
public interface MPackageOutline extends MChildOutline, org.jvnet.jaxb2_commons.xml.bind.model.MTargeted<org.jvnet.jaxb2_commons.xml.bind.model.MPackageInfo>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Collection<MClassOutline>getClassOutlines()com.sun.codemodel.JPackagegetCode()Collection<MElementOutline>getElementOutlines()Collection<MEnumOutline>getEnumOutlines()MObjectFactoryOutlinegetObjectFactoryOutline()org.jvnet.jaxb2_commons.xml.bind.model.MPackageInfogetTarget()-
Methods inherited from interface org.jvnet.jaxb2_commons.xjc.outline.MChildOutline
getParent
-
-
-
-
Method Detail
-
getTarget
org.jvnet.jaxb2_commons.xml.bind.model.MPackageInfo getTarget()
- Specified by:
getTargetin interfaceorg.jvnet.jaxb2_commons.xml.bind.model.MTargeted<org.jvnet.jaxb2_commons.xml.bind.model.MPackageInfo>
-
getElementOutlines
Collection<MElementOutline> getElementOutlines()
-
getClassOutlines
Collection<MClassOutline> getClassOutlines()
-
getEnumOutlines
Collection<MEnumOutline> getEnumOutlines()
-
getObjectFactoryOutline
MObjectFactoryOutline getObjectFactoryOutline()
-
getCode
com.sun.codemodel.JPackage getCode()
-
-