Uses of Enum
org.eclipse.persistence.jaxb.xmlmodel.XmlAccessOrder
Packages that use XmlAccessOrder
-
Uses of XmlAccessOrder in org.eclipse.persistence.jaxb.compiler
Methods in org.eclipse.persistence.jaxb.compiler that return XmlAccessOrderModifier and TypeMethodDescriptionPackageInfo.getAccessOrder()
TypeInfo.getXmlAccessOrder()
Return the xmlAccessOrder for this TypeInfo.Methods in org.eclipse.persistence.jaxb.compiler with parameters of type XmlAccessOrderModifier and TypeMethodDescriptionvoid
PackageInfo.setAccessOrder
(XmlAccessOrder accessOrder) void
TypeInfo.setXmlAccessOrder
(XmlAccessOrder xmlAccessOrder) Set the xmlAccessOrder for this TypeInfo. -
Uses of XmlAccessOrder in org.eclipse.persistence.jaxb.xmlmodel
Fields in org.eclipse.persistence.jaxb.xmlmodel declared as XmlAccessOrderModifier and TypeFieldDescriptionprotected XmlAccessOrder
JavaType.xmlAccessorOrder
protected XmlAccessOrder
XmlBindings.xmlAccessorOrder
Methods in org.eclipse.persistence.jaxb.xmlmodel that return XmlAccessOrderModifier and TypeMethodDescriptionstatic XmlAccessOrder
JavaType.getXmlAccessorOrder()
Gets the value of the xmlAccessorOrder property.XmlBindings.getXmlAccessorOrder()
Gets the value of the xmlAccessorOrder property.static XmlAccessOrder
Returns the enum constant of this type with the specified name.static XmlAccessOrder[]
XmlAccessOrder.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.eclipse.persistence.jaxb.xmlmodel with parameters of type XmlAccessOrderModifier and TypeMethodDescriptionvoid
JavaType.setXmlAccessorOrder
(XmlAccessOrder value) Sets the value of the xmlAccessorOrder property.void
XmlBindings.setXmlAccessorOrder
(XmlAccessOrder value) Sets the value of the xmlAccessorOrder property.