org.jvnet.jaxb2_commons.xjc.outline.concrete
Class CMObjectFactoryOutline

java.lang.Object
  extended by org.jvnet.jaxb2_commons.xjc.outline.concrete.CMObjectFactoryOutline
All Implemented Interfaces:
MChildOutline, MObjectFactoryOutline, MPackagedOutline

public class CMObjectFactoryOutline
extends Object
implements MObjectFactoryOutline


Constructor Summary
CMObjectFactoryOutline(MModelOutline parent, MPackageOutline packageOutline, com.sun.codemodel.JDefinedClass code)
           
 
Method Summary
 com.sun.codemodel.JDefinedClass getCode()
           
 MPackageOutline getPackageOutline()
           
 MModelOutline getParent()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CMObjectFactoryOutline

public CMObjectFactoryOutline(MModelOutline parent,
                              MPackageOutline packageOutline,
                              com.sun.codemodel.JDefinedClass code)
Method Detail

getParent

public MModelOutline getParent()
Specified by:
getParent in interface MChildOutline

getPackageOutline

public MPackageOutline getPackageOutline()
Specified by:
getPackageOutline in interface MPackagedOutline

getCode

public com.sun.codemodel.JDefinedClass getCode()
Specified by:
getCode in interface MObjectFactoryOutline


Copyright © 2005-2012. All Rights Reserved.