com.sun.tools.xjc.outline
Class EnumConstantOutline
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
target
public final CEnumConstant target
- This
EnumOutline
holds information about this CEnumLeafInfo
.
constRef
public final com.sun.codemodel.JEnumConstant constRef
- The generated enum constant.
EnumConstantOutline
protected EnumConstantOutline(CEnumConstant target,
com.sun.codemodel.JEnumConstant constRef)
- Reserved for
BeanGenerator
.