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
- Author:
- Kohsuke Kawaguchi
| 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 JEnumConstant constRef
- The generated enum constant.
EnumConstantOutline
protected EnumConstantOutline(CEnumConstant target,
JEnumConstant constRef)
- Reserved for
BeanGenerator.
Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.