blob: c74aae92fc4db5cde9f472921a3323ab3c0dd648 [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_252) on Fri Jul 16 09:39:12 UTC 2021 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>EnumTypeInfo (EclipseLink 3.0.2, API Reference)</title>
<meta name="date" content="2021-07-16">
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="EnumTypeInfo (EclipseLink 3.0.2, API Reference)";
}
}
catch(err) {
}
//-->
var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10};
var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
var altColor = "altColor";
var rowColor = "rowColor";
var tableTab = "tableTab";
var activeTableTab = "activeTableTab";
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
<div class="aboutLanguage">EclipseLink 3.0.2, API Reference</div>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../../org/eclipse/persistence/jaxb/compiler/ElementDeclaration.html" title="class in org.eclipse.persistence.jaxb.compiler"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
<li><a href="../../../../../org/eclipse/persistence/jaxb/compiler/Generator.html" title="class in org.eclipse.persistence.jaxb.compiler"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?org/eclipse/persistence/jaxb/compiler/EnumTypeInfo.html" target="_top">Frames</a></li>
<li><a href="EnumTypeInfo.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li>Nested&nbsp;|&nbsp;</li>
<li><a href="#fields.inherited.from.class.org.eclipse.persistence.jaxb.compiler.TypeInfo">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method.detail">Method</a></li>
</ul>
</div>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="subTitle">org.eclipse.persistence.jaxb.compiler</div>
<h2 title="Class EnumTypeInfo" class="title">Class EnumTypeInfo</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li>
<li>
<ul class="inheritance">
<li><a href="../../../../../org/eclipse/persistence/jaxb/compiler/TypeInfo.html" title="class in org.eclipse.persistence.jaxb.compiler">org.eclipse.persistence.jaxb.compiler.TypeInfo</a></li>
<li>
<ul class="inheritance">
<li>org.eclipse.persistence.jaxb.compiler.EnumTypeInfo</li>
</ul>
</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<hr>
<br>
<pre>public class <span class="typeNameLabel">EnumTypeInfo</span>
extends <a href="../../../../../org/eclipse/persistence/jaxb/compiler/TypeInfo.html" title="class in org.eclipse.persistence.jaxb.compiler">TypeInfo</a></pre>
<div class="block">INTERNAL:
<p><b>Purpose:</b>A specialized TypeInfo that stores additional information for a
Java 5 Enumeration type.
<p><b>Responsibilities:</b><ul>
<li>Hold onto the restriction base type for schema generation</li>
<li>Hold onto a map of Object Enum values to String values for Mapping generation</li>
</ul></div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../org/eclipse/persistence/jaxb/compiler/TypeInfo.html" title="class in org.eclipse.persistence.jaxb.compiler"><code>TypeInfo</code></a>,
<a href="../../../../../org/eclipse/persistence/jaxb/compiler/AnnotationsProcessor.html" title="class in org.eclipse.persistence.jaxb.compiler"><code>AnnotationsProcessor</code></a></dd>
<dt><span class="simpleTagLabel">Author:</span></dt>
<dd>mmacivor</dd>
</dl>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- =========== FIELD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="field.summary">
<!-- -->
</a>
<h3>Field Summary</h3>
<ul class="blockList">
<li class="blockList"><a name="fields.inherited.from.class.org.eclipse.persistence.jaxb.compiler.TypeInfo">
<!-- -->
</a>
<h3>Fields inherited from class&nbsp;org.eclipse.persistence.jaxb.compiler.<a href="../../../../../org/eclipse/persistence/jaxb/compiler/TypeInfo.html" title="class in org.eclipse.persistence.jaxb.compiler">TypeInfo</a></h3>
<code><a href="../../../../../org/eclipse/persistence/jaxb/compiler/TypeInfo.html#DEFAULT_NAME_TRANSFORMER">DEFAULT_NAME_TRANSFORMER</a></code></li>
</ul>
</li>
</ul>
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor.summary">
<!-- -->
</a>
<h3>Constructor Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tr class="altColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../../../../org/eclipse/persistence/jaxb/compiler/EnumTypeInfo.html#EnumTypeInfo-org.eclipse.persistence.jaxb.javamodel.Helper-org.eclipse.persistence.jaxb.javamodel.JavaClass-">EnumTypeInfo</a></span>(<a href="../../../../../org/eclipse/persistence/jaxb/javamodel/Helper.html" title="class in org.eclipse.persistence.jaxb.javamodel">Helper</a>&nbsp;helper,
<a href="../../../../../org/eclipse/persistence/jaxb/javamodel/JavaClass.html" title="interface in org.eclipse.persistence.jaxb.javamodel">JavaClass</a>&nbsp;javaClass)</code>&nbsp;</td>
</tr>
</table>
</li>
</ul>
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method.summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tr id="i0" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/eclipse/persistence/jaxb/compiler/EnumTypeInfo.html#addJavaFieldToXmlEnumValuePair-boolean-java.lang.String-java.lang.Object-">addJavaFieldToXmlEnumValuePair</a></span>(boolean&nbsp;override,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;fieldName,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;xmlEnumValue)</code>
<div class="block">Add a Java field name to XmlEnumValue pair.</div>
</td>
</tr>
<tr id="i1" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/eclipse/persistence/jaxb/compiler/EnumTypeInfo.html#addJavaFieldToXmlEnumValuePair-java.lang.String-java.lang.Object-">addJavaFieldToXmlEnumValuePair</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;fieldName,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;xmlEnumValue)</code>
<div class="block">Add a Java field name to XmlEnumValue pair.</div>
</td>
</tr>
<tr id="i2" class="altColor">
<td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/eclipse/persistence/jaxb/compiler/EnumTypeInfo.html#getClassName--">getClassName</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i3" class="rowColor">
<td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/eclipse/persistence/jaxb/compiler/EnumTypeInfo.html#getFieldNames--">getFieldNames</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i4" class="altColor">
<td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/javax/xml/namespace/QName.html?is-external=true" title="class or interface in javax.xml.namespace">QName</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/eclipse/persistence/jaxb/compiler/EnumTypeInfo.html#getRestrictionBase--">getRestrictionBase</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i5" class="rowColor">
<td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/eclipse/persistence/jaxb/compiler/EnumTypeInfo.html#getXmlEnumValues--">getXmlEnumValues</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i6" class="altColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/eclipse/persistence/jaxb/compiler/EnumTypeInfo.html#isEnumerationType--">isEnumerationType</a></span>()</code>
<div class="block">Indicates if this type info represents an enumeration.</div>
</td>
</tr>
<tr id="i7" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/eclipse/persistence/jaxb/compiler/EnumTypeInfo.html#setClassName-java.lang.String-">setClassName</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;className)</code>&nbsp;</td>
</tr>
<tr id="i8" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/eclipse/persistence/jaxb/compiler/EnumTypeInfo.html#setRestrictionBase-javax.xml.namespace.QName-">setRestrictionBase</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/javax/xml/namespace/QName.html?is-external=true" title="class or interface in javax.xml.namespace">QName</a>&nbsp;restrictionBase)</code>&nbsp;</td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.org.eclipse.persistence.jaxb.compiler.TypeInfo">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;org.eclipse.persistence.jaxb.compiler.<a href="../../../../../org/eclipse/persistence/jaxb/compiler/TypeInfo.html" title="class in org.eclipse.persistence.jaxb.compiler">TypeInfo</a></h3>
<code><a href="../../../../../org/eclipse/persistence/jaxb/compiler/TypeInfo.html#addPackageLevelAdapterClass-org.eclipse.persistence.jaxb.javamodel.JavaClass-org.eclipse.persistence.jaxb.javamodel.JavaClass-">addPackageLevelAdapterClass</a>, <a href="../../../../../org/eclipse/persistence/jaxb/compiler/TypeInfo.html#addProperty-java.lang.String-org.eclipse.persistence.jaxb.compiler.Property-">addProperty</a>, <a href="../../../../../org/eclipse/persistence/jaxb/compiler/TypeInfo.html#addXmlKeyProperty-org.eclipse.persistence.jaxb.compiler.Property-">addXmlKeyProperty</a>, <a href="../../../../../org/eclipse/persistence/jaxb/compiler/TypeInfo.html#getAdditionalProperties--">getAdditionalProperties</a>, <a href="../../../../../org/eclipse/persistence/jaxb/compiler/TypeInfo.html#getAnyAttributePropertyName--">getAnyAttributePropertyName</a>, <a href="../../../../../org/eclipse/persistence/jaxb/compiler/TypeInfo.html#getAnyElementPropertyName--">getAnyElementPropertyName</a>, <a href="../../../../../org/eclipse/persistence/jaxb/compiler/TypeInfo.html#getClassExtractorName--">getClassExtractorName</a>, <a href="../../../../../org/eclipse/persistence/jaxb/compiler/TypeInfo.html#getClassNamespace--">getClassNamespace</a>, <a href="../../../../../org/eclipse/persistence/jaxb/compiler/TypeInfo.html#getComplexType--">getComplexType</a>, <a href="../../../../../org/eclipse/persistence/jaxb/compiler/TypeInfo.html#getCompositor--">getCompositor</a>, <a href="../../../../../org/eclipse/persistence/jaxb/compiler/TypeInfo.html#getDescriptor--">getDescriptor</a>, <a href="../../../../../org/eclipse/persistence/jaxb/compiler/TypeInfo.html#getElementRefsPropName--">getElementRefsPropName</a>, <a href="../../../../../org/eclipse/persistence/jaxb/compiler/TypeInfo.html#getFactoryMethodName--">getFactoryMethodName</a>, <a href="../../../../../org/eclipse/persistence/jaxb/compiler/TypeInfo.html#getFactoryMethodParamTypes--">getFactoryMethodParamTypes</a>, <a href="../../../../../org/eclipse/persistence/jaxb/compiler/TypeInfo.html#getIDProperty--">getIDProperty</a>, <a href="../../../../../org/eclipse/persistence/jaxb/compiler/TypeInfo.html#getJavaClass--">getJavaClass</a>, <a href="../../../../../org/eclipse/persistence/jaxb/compiler/TypeInfo.html#getJavaClassName--">getJavaClassName</a>, <a href="../../../../../org/eclipse/persistence/jaxb/compiler/TypeInfo.html#getNonTransientPropertiesInPropOrder--">getNonTransientPropertiesInPropOrder</a>, <a href="../../../../../org/eclipse/persistence/jaxb/compiler/TypeInfo.html#getObjectFactoryClassName--">getObjectFactoryClassName</a>, <a href="../../../../../org/eclipse/persistence/jaxb/compiler/TypeInfo.html#getObjectGraphs--">getObjectGraphs</a>, <a href="../../../../../org/eclipse/persistence/jaxb/compiler/TypeInfo.html#getOriginalProperties--">getOriginalProperties</a>, <a href="../../../../../org/eclipse/persistence/jaxb/compiler/TypeInfo.html#getPackageLevelAdapterClass-org.eclipse.persistence.jaxb.javamodel.JavaClass-">getPackageLevelAdapterClass</a>, <a href="../../../../../org/eclipse/persistence/jaxb/compiler/TypeInfo.html#getPackageLevelAdapterClass-java.lang.String-">getPackageLevelAdapterClass</a>, <a href="../../../../../org/eclipse/persistence/jaxb/compiler/TypeInfo.html#getPackageLevelAdaptersByClass--">getPackageLevelAdaptersByClass</a>, <a href="../../../../../org/eclipse/persistence/jaxb/compiler/TypeInfo.html#getPackageLevelXmlAccessorFactory--">getPackageLevelXmlAccessorFactory</a>, <a href="../../../../../org/eclipse/persistence/jaxb/compiler/TypeInfo.html#getPredicateProperties--">getPredicateProperties</a>, <a href="../../../../../org/eclipse/persistence/jaxb/compiler/TypeInfo.html#getProperties--">getProperties</a>, <a href="../../../../../org/eclipse/persistence/jaxb/compiler/TypeInfo.html#getPropertyList--">getPropertyList</a>, <a href="../../../../../org/eclipse/persistence/jaxb/compiler/TypeInfo.html#getPropertyNames--">getPropertyNames</a>, <a href="../../../../../org/eclipse/persistence/jaxb/compiler/TypeInfo.html#getPropOrder--">getPropOrder</a>, <a href="../../../../../org/eclipse/persistence/jaxb/compiler/TypeInfo.html#getSchema--">getSchema</a>, <a href="../../../../../org/eclipse/persistence/jaxb/compiler/TypeInfo.html#getSchemaTypeName--">getSchemaTypeName</a>, <a href="../../../../../org/eclipse/persistence/jaxb/compiler/TypeInfo.html#getSimpleType--">getSimpleType</a>, <a href="../../../../../org/eclipse/persistence/jaxb/compiler/TypeInfo.html#getUserProperties--">getUserProperties</a>, <a href="../../../../../org/eclipse/persistence/jaxb/compiler/TypeInfo.html#getXmlAccessOrder--">getXmlAccessOrder</a>, <a href="../../../../../org/eclipse/persistence/jaxb/compiler/TypeInfo.html#getXmlAccessorFactory--">getXmlAccessorFactory</a>, <a href="../../../../../org/eclipse/persistence/jaxb/compiler/TypeInfo.html#getXmlAccessType--">getXmlAccessType</a>, <a href="../../../../../org/eclipse/persistence/jaxb/compiler/TypeInfo.html#getXmlCustomizer--">getXmlCustomizer</a>, <a href="../../../../../org/eclipse/persistence/jaxb/compiler/TypeInfo.html#getXmlDiscriminatorNode--">getXmlDiscriminatorNode</a>, <a href="../../../../../org/eclipse/persistence/jaxb/compiler/TypeInfo.html#getXmlDiscriminatorValue--">getXmlDiscriminatorValue</a>, <a href="../../../../../org/eclipse/persistence/jaxb/compiler/TypeInfo.html#getXmlJavaTypeAdapter--">getXmlJavaTypeAdapter</a>, <a href="../../../../../org/eclipse/persistence/jaxb/compiler/TypeInfo.html#getXmlKeyProperties--">getXmlKeyProperties</a>, <a href="../../../../../org/eclipse/persistence/jaxb/compiler/TypeInfo.html#getXmlNameTransformer--">getXmlNameTransformer</a>, <a href="../../../../../org/eclipse/persistence/jaxb/compiler/TypeInfo.html#getXmlNullPolicy--">getXmlNullPolicy</a>, <a href="../../../../../org/eclipse/persistence/jaxb/compiler/TypeInfo.html#getXmlRootElement--">getXmlRootElement</a>, <a href="../../../../../org/eclipse/persistence/jaxb/compiler/TypeInfo.html#getXmlSeeAlso--">getXmlSeeAlso</a>, <a href="../../../../../org/eclipse/persistence/jaxb/compiler/TypeInfo.html#getXmlType--">getXmlType</a>, <a href="../../../../../org/eclipse/persistence/jaxb/compiler/TypeInfo.html#getXmlValueProperty--">getXmlValueProperty</a>, <a href="../../../../../org/eclipse/persistence/jaxb/compiler/TypeInfo.html#getXmlVirtualAccessMethods--">getXmlVirtualAccessMethods</a>, <a href="../../../../../org/eclipse/persistence/jaxb/compiler/TypeInfo.html#hasElementRefs--">hasElementRefs</a>, <a href="../../../../../org/eclipse/persistence/jaxb/compiler/TypeInfo.html#hasPredicateProperties--">hasPredicateProperties</a>, <a href="../../../../../org/eclipse/persistence/jaxb/compiler/TypeInfo.html#hasPredicateProperty-org.eclipse.persistence.jaxb.compiler.Property-">hasPredicateProperty</a>, <a href="../../../../../org/eclipse/persistence/jaxb/compiler/TypeInfo.html#hasRootElement--">hasRootElement</a>, <a href="../../../../../org/eclipse/persistence/jaxb/compiler/TypeInfo.html#hasXmlKeyProperties--">hasXmlKeyProperties</a>, <a href="../../../../../org/eclipse/persistence/jaxb/compiler/TypeInfo.html#isAnonymousComplexType--">isAnonymousComplexType</a>, <a href="../../../../../org/eclipse/persistence/jaxb/compiler/TypeInfo.html#isBinaryDataToBeInlined--">isBinaryDataToBeInlined</a>, <a href="../../../../../org/eclipse/persistence/jaxb/compiler/TypeInfo.html#isComplexType--">isComplexType</a>, <a href="../../../../../org/eclipse/persistence/jaxb/compiler/TypeInfo.html#isIDSet--">isIDSet</a>, <a href="../../../../../org/eclipse/persistence/jaxb/compiler/TypeInfo.html#isLocationAware--">isLocationAware</a>, <a href="../../../../../org/eclipse/persistence/jaxb/compiler/TypeInfo.html#isMixed--">isMixed</a>, <a href="../../../../../org/eclipse/persistence/jaxb/compiler/TypeInfo.html#isPostBuilt--">isPostBuilt</a>, <a href="../../../../../org/eclipse/persistence/jaxb/compiler/TypeInfo.html#isPreBuilt--">isPreBuilt</a>, <a href="../../../../../org/eclipse/persistence/jaxb/compiler/TypeInfo.html#isSetAnyAttributePropertyName--">isSetAnyAttributePropertyName</a>, <a href="../../../../../org/eclipse/persistence/jaxb/compiler/TypeInfo.html#isSetAnyElementPropertyName--">isSetAnyElementPropertyName</a>, <a href="../../../../../org/eclipse/persistence/jaxb/compiler/TypeInfo.html#isSetClassExtractorName--">isSetClassExtractorName</a>, <a href="../../../../../org/eclipse/persistence/jaxb/compiler/TypeInfo.html#isSetPropOrder--">isSetPropOrder</a>, <a href="../../../../../org/eclipse/persistence/jaxb/compiler/TypeInfo.html#isSetXmlAccessOrder--">isSetXmlAccessOrder</a>, <a href="../../../../../org/eclipse/persistence/jaxb/compiler/TypeInfo.html#isSetXmlAccessType--">isSetXmlAccessType</a>, <a href="../../../../../org/eclipse/persistence/jaxb/compiler/TypeInfo.html#isSetXmlDiscriminatorNode--">isSetXmlDiscriminatorNode</a>, <a href="../../../../../org/eclipse/persistence/jaxb/compiler/TypeInfo.html#isSetXmlDiscriminatorValue--">isSetXmlDiscriminatorValue</a>, <a href="../../../../../org/eclipse/persistence/jaxb/compiler/TypeInfo.html#isSetXmlJavaTypeAdapter--">isSetXmlJavaTypeAdapter</a>, <a href="../../../../../org/eclipse/persistence/jaxb/compiler/TypeInfo.html#isSetXmlRootElement--">isSetXmlRootElement</a>, <a href="../../../../../org/eclipse/persistence/jaxb/compiler/TypeInfo.html#isSetXmlSeeAlso--">isSetXmlSeeAlso</a>, <a href="../../../../../org/eclipse/persistence/jaxb/compiler/TypeInfo.html#isSetXmlTransient--">isSetXmlTransient</a>, <a href="../../../../../org/eclipse/persistence/jaxb/compiler/TypeInfo.html#isSetXmlType--">isSetXmlType</a>, <a href="../../../../../org/eclipse/persistence/jaxb/compiler/TypeInfo.html#isSetXmlValueProperty--">isSetXmlValueProperty</a>, <a href="../../../../../org/eclipse/persistence/jaxb/compiler/TypeInfo.html#isTransient--">isTransient</a>, <a href="../../../../../org/eclipse/persistence/jaxb/compiler/TypeInfo.html#isXmlElementNillable--">isXmlElementNillable</a>, <a href="../../../../../org/eclipse/persistence/jaxb/compiler/TypeInfo.html#orderProperties--">orderProperties</a>, <a href="../../../../../org/eclipse/persistence/jaxb/compiler/TypeInfo.html#setAnyAttributePropertyName-java.lang.String-">setAnyAttributePropertyName</a>, <a href="../../../../../org/eclipse/persistence/jaxb/compiler/TypeInfo.html#setAnyElementPropertyName-java.lang.String-">setAnyElementPropertyName</a>, <a href="../../../../../org/eclipse/persistence/jaxb/compiler/TypeInfo.html#setClassExtractorName-java.lang.String-">setClassExtractorName</a>, <a href="../../../../../org/eclipse/persistence/jaxb/compiler/TypeInfo.html#setClassNamespace-java.lang.String-">setClassNamespace</a>, <a href="../../../../../org/eclipse/persistence/jaxb/compiler/TypeInfo.html#setComplexType-org.eclipse.persistence.internal.oxm.schema.model.ComplexType-">setComplexType</a>, <a href="../../../../../org/eclipse/persistence/jaxb/compiler/TypeInfo.html#setCompositor-org.eclipse.persistence.internal.oxm.schema.model.TypeDefParticle-">setCompositor</a>, <a href="../../../../../org/eclipse/persistence/jaxb/compiler/TypeInfo.html#setDescriptor-org.eclipse.persistence.internal.oxm.mappings.Descriptor-">setDescriptor</a>, <a href="../../../../../org/eclipse/persistence/jaxb/compiler/TypeInfo.html#setElementRefsPropertyName-java.lang.String-">setElementRefsPropertyName</a>, <a href="../../../../../org/eclipse/persistence/jaxb/compiler/TypeInfo.html#setFactoryMethodName-java.lang.String-">setFactoryMethodName</a>, <a href="../../../../../org/eclipse/persistence/jaxb/compiler/TypeInfo.html#setFactoryMethodParamTypes-java.lang.String:A-">setFactoryMethodParamTypes</a>, <a href="../../../../../org/eclipse/persistence/jaxb/compiler/TypeInfo.html#setIDProperty-org.eclipse.persistence.jaxb.compiler.Property-">setIDProperty</a>, <a href="../../../../../org/eclipse/persistence/jaxb/compiler/TypeInfo.html#setInlineBinaryData-boolean-">setInlineBinaryData</a>, <a href="../../../../../org/eclipse/persistence/jaxb/compiler/TypeInfo.html#setJavaClass-org.eclipse.persistence.jaxb.javamodel.JavaClass-">setJavaClass</a>, <a href="../../../../../org/eclipse/persistence/jaxb/compiler/TypeInfo.html#setJavaClassName-java.lang.String-">setJavaClassName</a>, <a href="../../../../../org/eclipse/persistence/jaxb/compiler/TypeInfo.html#setLocationAware-boolean-">setLocationAware</a>, <a href="../../../../../org/eclipse/persistence/jaxb/compiler/TypeInfo.html#setMixed-boolean-">setMixed</a>, <a href="../../../../../org/eclipse/persistence/jaxb/compiler/TypeInfo.html#setObjectFactoryClassName-java.lang.String-">setObjectFactoryClassName</a>, <a href="../../../../../org/eclipse/persistence/jaxb/compiler/TypeInfo.html#setPackageLevelXmlAccessorFactory-org.eclipse.persistence.internal.jaxb.AccessorFactoryWrapper-">setPackageLevelXmlAccessorFactory</a>, <a href="../../../../../org/eclipse/persistence/jaxb/compiler/TypeInfo.html#setPostBuilt-boolean-">setPostBuilt</a>, <a href="../../../../../org/eclipse/persistence/jaxb/compiler/TypeInfo.html#setPreBuilt-boolean-">setPreBuilt</a>, <a href="../../../../../org/eclipse/persistence/jaxb/compiler/TypeInfo.html#setProperties-java.util.ArrayList-">setProperties</a>, <a href="../../../../../org/eclipse/persistence/jaxb/compiler/TypeInfo.html#setPropOrder-java.lang.String:A-">setPropOrder</a>, <a href="../../../../../org/eclipse/persistence/jaxb/compiler/TypeInfo.html#setSchema-org.eclipse.persistence.internal.oxm.schema.model.Schema-">setSchema</a>, <a href="../../../../../org/eclipse/persistence/jaxb/compiler/TypeInfo.html#setSchemaTypeName-java.lang.String-">setSchemaTypeName</a>, <a href="../../../../../org/eclipse/persistence/jaxb/compiler/TypeInfo.html#setSimpleType-org.eclipse.persistence.internal.oxm.schema.model.SimpleType-">setSimpleType</a>, <a href="../../../../../org/eclipse/persistence/jaxb/compiler/TypeInfo.html#setTransient-boolean-">setTransient</a>, <a href="../../../../../org/eclipse/persistence/jaxb/compiler/TypeInfo.html#setUserProperties-java.util.Map-">setUserProperties</a>, <a href="../../../../../org/eclipse/persistence/jaxb/compiler/TypeInfo.html#setXmlAccessOrder-org.eclipse.persistence.jaxb.xmlmodel.XmlAccessOrder-">setXmlAccessOrder</a>, <a href="../../../../../org/eclipse/persistence/jaxb/compiler/TypeInfo.html#setXmlAccessorFactory-org.eclipse.persistence.internal.jaxb.AccessorFactoryWrapper-">setXmlAccessorFactory</a>, <a href="../../../../../org/eclipse/persistence/jaxb/compiler/TypeInfo.html#setXmlAccessType-org.eclipse.persistence.jaxb.xmlmodel.XmlAccessType-">setXmlAccessType</a>, <a href="../../../../../org/eclipse/persistence/jaxb/compiler/TypeInfo.html#setXmlCustomizer-java.lang.String-">setXmlCustomizer</a>, <a href="../../../../../org/eclipse/persistence/jaxb/compiler/TypeInfo.html#setXmlDiscriminatorNode-java.lang.String-">setXmlDiscriminatorNode</a>, <a href="../../../../../org/eclipse/persistence/jaxb/compiler/TypeInfo.html#setXmlDiscriminatorValue-java.lang.String-">setXmlDiscriminatorValue</a>, <a href="../../../../../org/eclipse/persistence/jaxb/compiler/TypeInfo.html#setXmlElementNillable-boolean-">setXmlElementNillable</a>, <a href="../../../../../org/eclipse/persistence/jaxb/compiler/TypeInfo.html#setXmlJavaTypeAdapter-org.eclipse.persistence.jaxb.xmlmodel.XmlJavaTypeAdapter-">setXmlJavaTypeAdapter</a>, <a href="../../../../../org/eclipse/persistence/jaxb/compiler/TypeInfo.html#setXmlNameTransformer-org.eclipse.persistence.oxm.XMLNameTransformer-">setXmlNameTransformer</a>, <a href="../../../../../org/eclipse/persistence/jaxb/compiler/TypeInfo.html#setXmlNullPolicy-org.eclipse.persistence.jaxb.xmlmodel.XmlNullPolicy-">setXmlNullPolicy</a>, <a href="../../../../../org/eclipse/persistence/jaxb/compiler/TypeInfo.html#setXmlRootElement-org.eclipse.persistence.jaxb.xmlmodel.XmlRootElement-">setXmlRootElement</a>, <a href="../../../../../org/eclipse/persistence/jaxb/compiler/TypeInfo.html#setXmlSeeAlso-java.util.List-">setXmlSeeAlso</a>, <a href="../../../../../org/eclipse/persistence/jaxb/compiler/TypeInfo.html#setXmlTransient-boolean-">setXmlTransient</a>, <a href="../../../../../org/eclipse/persistence/jaxb/compiler/TypeInfo.html#setXmlType-org.eclipse.persistence.jaxb.xmlmodel.XmlType-">setXmlType</a>, <a href="../../../../../org/eclipse/persistence/jaxb/compiler/TypeInfo.html#setXmlValueProperty-org.eclipse.persistence.jaxb.compiler.Property-">setXmlValueProperty</a>, <a href="../../../../../org/eclipse/persistence/jaxb/compiler/TypeInfo.html#setXmlVirtualAccessMethods-org.eclipse.persistence.jaxb.xmlmodel.XmlVirtualAccessMethods-">setXmlVirtualAccessMethods</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;java.lang.<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></h3>
<code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#clone--" title="class or interface in java.lang">clone</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#equals-java.lang.Object-" title="class or interface in java.lang">equals</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#finalize--" title="class or interface in java.lang">finalize</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#getClass--" title="class or interface in java.lang">getClass</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#hashCode--" title="class or interface in java.lang">hashCode</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#notify--" title="class or interface in java.lang">notify</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#notifyAll--" title="class or interface in java.lang">notifyAll</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#toString--" title="class or interface in java.lang">toString</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait--" title="class or interface in java.lang">wait</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait-long-" title="class or interface in java.lang">wait</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait-long-int-" title="class or interface in java.lang">wait</a></code></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor.detail">
<!-- -->
</a>
<h3>Constructor Detail</h3>
<a name="EnumTypeInfo-org.eclipse.persistence.jaxb.javamodel.Helper-org.eclipse.persistence.jaxb.javamodel.JavaClass-">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>EnumTypeInfo</h4>
<pre>public&nbsp;EnumTypeInfo(<a href="../../../../../org/eclipse/persistence/jaxb/javamodel/Helper.html" title="class in org.eclipse.persistence.jaxb.javamodel">Helper</a>&nbsp;helper,
<a href="../../../../../org/eclipse/persistence/jaxb/javamodel/JavaClass.html" title="interface in org.eclipse.persistence.jaxb.javamodel">JavaClass</a>&nbsp;javaClass)</pre>
</li>
</ul>
</li>
</ul>
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method.detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="isEnumerationType--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>isEnumerationType</h4>
<pre>public&nbsp;boolean&nbsp;isEnumerationType()</pre>
<div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/eclipse/persistence/jaxb/compiler/TypeInfo.html#isEnumerationType--">TypeInfo</a></code></span></div>
<div class="block">Indicates if this type info represents an enumeration. Since
EnumTypeInfo is used for enum types, this method will always
return false.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
<dd><code><a href="../../../../../org/eclipse/persistence/jaxb/compiler/TypeInfo.html#isEnumerationType--">isEnumerationType</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../org/eclipse/persistence/jaxb/compiler/TypeInfo.html" title="class in org.eclipse.persistence.jaxb.compiler">TypeInfo</a></code></dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>false</dd>
</dl>
</li>
</ul>
<a name="getClassName--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getClassName</h4>
<pre>public&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;getClassName()</pre>
</li>
</ul>
<a name="setClassName-java.lang.String-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setClassName</h4>
<pre>public&nbsp;void&nbsp;setClassName(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;className)</pre>
</li>
</ul>
<a name="getRestrictionBase--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getRestrictionBase</h4>
<pre>public&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/javax/xml/namespace/QName.html?is-external=true" title="class or interface in javax.xml.namespace">QName</a>&nbsp;getRestrictionBase()</pre>
</li>
</ul>
<a name="setRestrictionBase-javax.xml.namespace.QName-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setRestrictionBase</h4>
<pre>public&nbsp;void&nbsp;setRestrictionBase(<a href="https://docs.oracle.com/javase/8/docs/api/javax/xml/namespace/QName.html?is-external=true" title="class or interface in javax.xml.namespace">QName</a>&nbsp;restrictionBase)</pre>
</li>
</ul>
<a name="addJavaFieldToXmlEnumValuePair-java.lang.String-java.lang.Object-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>addJavaFieldToXmlEnumValuePair</h4>
<pre>public&nbsp;void&nbsp;addJavaFieldToXmlEnumValuePair(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;fieldName,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;xmlEnumValue)</pre>
<div class="block">Add a Java field name to XmlEnumValue pair.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>fieldName</code> - </dd>
<dd><code>xmlEnumValue</code> - </dd>
</dl>
</li>
</ul>
<a name="addJavaFieldToXmlEnumValuePair-boolean-java.lang.String-java.lang.Object-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>addJavaFieldToXmlEnumValuePair</h4>
<pre>public&nbsp;void&nbsp;addJavaFieldToXmlEnumValuePair(boolean&nbsp;override,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;fieldName,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;xmlEnumValue)</pre>
<div class="block">Add a Java field name to XmlEnumValue pair. If an entry exists at the specified
with the same fieldName, its value will be overridden. A value of true for
'override' will typically be used when performing overrides via XML metadata
in XmlProcessor.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>override</code> - </dd>
<dd><code>fieldName</code> - </dd>
<dd><code>xmlEnumValue</code> - </dd>
</dl>
</li>
</ul>
<a name="getFieldNames--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getFieldNames</h4>
<pre>public&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;&nbsp;getFieldNames()</pre>
</li>
</ul>
<a name="getXmlEnumValues--">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>getXmlEnumValues</h4>
<pre>public&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&gt;&nbsp;getXmlEnumValues()</pre>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
<div class="aboutLanguage">EclipseLink 3.0.2, API Reference</div>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../../org/eclipse/persistence/jaxb/compiler/ElementDeclaration.html" title="class in org.eclipse.persistence.jaxb.compiler"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
<li><a href="../../../../../org/eclipse/persistence/jaxb/compiler/Generator.html" title="class in org.eclipse.persistence.jaxb.compiler"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?org/eclipse/persistence/jaxb/compiler/EnumTypeInfo.html" target="_top">Frames</a></li>
<li><a href="EnumTypeInfo.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li>Nested&nbsp;|&nbsp;</li>
<li><a href="#fields.inherited.from.class.org.eclipse.persistence.jaxb.compiler.TypeInfo">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method.detail">Method</a></li>
</ul>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright &#169; 2007&#x2013;2021 <a href="http://www.eclipse.org/eclipselink">Eclipse.org - EclipseLink Project</a>. All rights reserved.</small></p>
</body>
</html>