Package org.jvnet.jaxb.xjc.outline
Interface MEnumOutline
-
- All Superinterfaces:
MChildOutline,MPackagedOutline,MTargeted<MEnumLeafInfo<com.sun.tools.xjc.model.nav.NType,com.sun.tools.xjc.model.nav.NClass>>
- All Known Implementing Classes:
CMEnumOutline
public interface MEnumOutline extends MChildOutline, MPackagedOutline, MTargeted<MEnumLeafInfo<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 com.sun.codemodel.JDefinedClassgetCode()List<MEnumConstantOutline>getEnumConstantOutlines()-
Methods inherited from interface org.jvnet.jaxb.xjc.outline.MChildOutline
getParent
-
Methods inherited from interface org.jvnet.jaxb.xjc.outline.MPackagedOutline
getPackageOutline
-
-
-
-
Method Detail
-
getEnumConstantOutlines
List<MEnumConstantOutline> getEnumConstantOutlines()
-
getCode
com.sun.codemodel.JDefinedClass getCode()
-
-