Class CMElementOutline
java.lang.Object
org.jvnet.jaxb2_commons.xjc.outline.concrete.CMElementOutline
- All Implemented Interfaces:
MChildOutline,MElementOutline,MPackagedOutline,org.jvnet.jaxb2_commons.xml.bind.model.MTargeted<org.jvnet.jaxb2_commons.xml.bind.model.MElementInfo<com.sun.tools.xjc.model.nav.NType,com.sun.tools.xjc.model.nav.NClass>>
-
Constructor Summary
ConstructorsConstructorDescriptionCMElementOutline(MModelOutline parent, MPackageOutline packageOutline, org.jvnet.jaxb2_commons.xml.bind.model.MElementInfo<com.sun.tools.xjc.model.nav.NType, com.sun.tools.xjc.model.nav.NClass> target, com.sun.codemodel.JDefinedClass code) -
Method Summary
Modifier and TypeMethodDescriptioncom.sun.codemodel.JDefinedClassgetCode()org.jvnet.jaxb2_commons.xml.bind.model.MElementInfo<com.sun.tools.xjc.model.nav.NType,com.sun.tools.xjc.model.nav.NClass>
-
Constructor Details
-
CMElementOutline
public CMElementOutline(MModelOutline parent, MPackageOutline packageOutline, org.jvnet.jaxb2_commons.xml.bind.model.MElementInfo<com.sun.tools.xjc.model.nav.NType, com.sun.tools.xjc.model.nav.NClass> target, com.sun.codemodel.JDefinedClass code)
-
-
Method Details
-
getParent
- Specified by:
getParentin interfaceMChildOutline
-
getPackageOutline
- Specified by:
getPackageOutlinein interfaceMPackagedOutline
-
getTarget
public org.jvnet.jaxb2_commons.xml.bind.model.MElementInfo<com.sun.tools.xjc.model.nav.NType,com.sun.tools.xjc.model.nav.NClass> getTarget()- Specified by:
getTargetin interfaceorg.jvnet.jaxb2_commons.xml.bind.model.MTargeted<org.jvnet.jaxb2_commons.xml.bind.model.MElementInfo<com.sun.tools.xjc.model.nav.NType,com.sun.tools.xjc.model.nav.NClass>>
-
getCode
public com.sun.codemodel.JDefinedClass getCode()- Specified by:
getCodein interfaceMElementOutline
-