Interface MClassOutline
- All Superinterfaces:
MChildOutline,MPackagedOutline,org.jvnet.jaxb2_commons.xml.bind.model.MTargeted<org.jvnet.jaxb2_commons.xml.bind.model.MClassInfo<com.sun.tools.xjc.model.nav.NType,com.sun.tools.xjc.model.nav.NClass>>
- All Known Implementing Classes:
CMClassOutline
public interface MClassOutline
extends MChildOutline, MPackagedOutline, org.jvnet.jaxb2_commons.xml.bind.model.MTargeted<org.jvnet.jaxb2_commons.xml.bind.model.MClassInfo<com.sun.tools.xjc.model.nav.NType,com.sun.tools.xjc.model.nav.NClass>>
-
Method Summary
Modifier and TypeMethodDescriptioncom.sun.codemodel.JDefinedClasscom.sun.codemodel.JClasscom.sun.codemodel.JDefinedClassMethods inherited from interface org.jvnet.jaxb2_commons.xjc.outline.MChildOutline
getParentMethods inherited from interface org.jvnet.jaxb2_commons.xjc.outline.MPackagedOutline
getPackageOutlineMethods inherited from interface org.jvnet.jaxb2_commons.xml.bind.model.MTargeted
getTarget
-
Method Details
-
getSuperClassOutline
MClassOutline getSuperClassOutline() -
getPropertyOutlines
List<MPropertyOutline> getPropertyOutlines() -
getDeclaredPropertyOutlines
List<MPropertyOutline> getDeclaredPropertyOutlines() -
getReferenceCode
com.sun.codemodel.JDefinedClass getReferenceCode() -
getImplementationCode
com.sun.codemodel.JDefinedClass getImplementationCode() -
getImplementationReferenceCode
com.sun.codemodel.JClass getImplementationReferenceCode()
-