com.sun.tools.xjc.outline
Class EnumConstantOutline

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

public abstract class EnumConstantOutline
extends java.lang.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.
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, 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.