| Package | Description |
|---|---|
| org.eclipse.persistence.jaxb.compiler | |
| org.eclipse.persistence.jaxb.xmlmodel |
| Modifier and Type | Method and Description |
|---|---|
XmlAccessType |
PackageInfo.getAccessType() |
XmlAccessType |
TypeInfo.getXmlAccessType()
Return the xmlAccessType for this TypeInfo.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PackageInfo.setAccessType(XmlAccessType accessType) |
void |
TypeInfo.setXmlAccessType(XmlAccessType xmlAccessType)
Set the xmlAccessType for this TypeInfo.
|
| Modifier and Type | Field and Description |
|---|---|
protected XmlAccessType |
XmlBindings.xmlAccessorType |
protected XmlAccessType |
JavaType.xmlAccessorType |
protected XmlAccessType |
JavaAttribute.xmlAccessorType |
| Modifier and Type | Method and Description |
|---|---|
static XmlAccessType |
XmlAccessType.fromValue(String v) |
XmlAccessType |
XmlBindings.getXmlAccessorType()
Gets the value of the xmlAccessorType property.
|
XmlAccessType |
JavaType.getXmlAccessorType()
Gets the value of the xmlAccessorType property.
|
XmlAccessType |
JavaAttribute.getXmlAccessorType()
Gets the value of the xmlAccessorType property.
|
static XmlAccessType |
XmlAccessType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static XmlAccessType[] |
XmlAccessType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
XmlBindings.setXmlAccessorType(XmlAccessType value)
Sets the value of the xmlAccessorType property.
|
void |
JavaType.setXmlAccessorType(XmlAccessType value)
Sets the value of the xmlAccessorType property.
|
void |
JavaAttribute.setXmlAccessorType(XmlAccessType value)
Sets the value of the xmlAccessorType property.
|
Copyright © 2007–2021 Eclipse.org - EclipseLink Project. All rights reserved.