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
Modifier and TypeMethodDescriptioncom.sun.codemodel.JPackagegetCode()org.jvnet.jaxb2_commons.xml.bind.model.MPackageInfoMethods inherited from interface org.jvnet.jaxb2_commons.xjc.outline.MChildOutline
getParent
-
Method Details
-
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()
-