Uses of Class
com.sun.tools.xjc.model.CEnumLeafInfo
-
Packages that use CEnumLeafInfo Package Description com.sun.tools.xjc.generator.bean com.sun.tools.xjc.model Implementation of thecom.sun.xml.bind.v2.model.core
package for XJC.com.sun.tools.xjc.outline Provides the outline of the generated Java source code so that additional processing (such as adding more annotations) can be done on the generated code. -
-
Uses of CEnumLeafInfo in com.sun.tools.xjc.generator.bean
Methods in com.sun.tools.xjc.generator.bean with parameters of type CEnumLeafInfo Modifier and Type Method Description EnumOutline
BeanGenerator. getEnum(CEnumLeafInfo eli)
-
Uses of CEnumLeafInfo in com.sun.tools.xjc.model
Methods in com.sun.tools.xjc.model that return CEnumLeafInfo Modifier and Type Method Description CEnumLeafInfo
CEnumConstant. getEnclosingClass()
Methods in com.sun.tools.xjc.model that return types with arguments of type CEnumLeafInfo Modifier and Type Method Description java.util.Map<NClass,CEnumLeafInfo>
Model. enums()
-
Uses of CEnumLeafInfo in com.sun.tools.xjc.outline
Fields in com.sun.tools.xjc.outline declared as CEnumLeafInfo Modifier and Type Field Description CEnumLeafInfo
EnumOutline. target
ThisEnumOutline
holds information about thisCEnumLeafInfo
.Methods in com.sun.tools.xjc.outline with parameters of type CEnumLeafInfo Modifier and Type Method Description EnumOutline
Outline. getEnum(CEnumLeafInfo eli)
Constructors in com.sun.tools.xjc.outline with parameters of type CEnumLeafInfo Constructor Description EnumOutline(CEnumLeafInfo target, JDefinedClass clazz)
-