com.sun.tools.xjc.outline
Class EnumConstantOutline

java.lang.Object
  extended by com.sun.tools.xjc.outline.EnumConstantOutline

public abstract class EnumConstantOutline
extends Object

Outline object that provides per-CEnumConstant information. This object can be obtained from EnumOutline


Field Summary
 com.sun.codemodel.JEnumConstant constRef
          The generated enum constant.
 CEnumConstant target
          This EnumOutline holds information about this CEnumLeafInfo.
 
Constructor Summary
protected EnumConstantOutline(CEnumConstant target, com.sun.codemodel.JEnumConstant constRef)
          Reserved for BeanGenerator.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

target

public final CEnumConstant target
This EnumOutline holds information about this CEnumLeafInfo.


constRef

public final com.sun.codemodel.JEnumConstant constRef
The generated enum constant.

Constructor Detail

EnumConstantOutline

protected EnumConstantOutline(CEnumConstant target,
                              com.sun.codemodel.JEnumConstant constRef)
Reserved for BeanGenerator.