| javax.xml.bind.annotation.XmlAccessOrder
XmlAccessOrder | public enum XmlAccessOrder (Code) | | Used by XmlAccessorOrder to control the ordering of properties and
fields in a JAXB bound class.
author: Sekhar Vajjhala, Sun Microsystems, Inc. since: JAXB2.0 version: $Revision: 1.1 $ See Also: XmlAccessorOrder |
Field Summary | |
Enum Constant | ALPHABETICAL The ordering of fields and properties in a class is in
alphabetical order as determined by the
method java.lang.String.compareTo(String anotherString). | Enum Constant | UNDEFINED The ordering of fields and properties in a class is undefined. |
ALPHABETICAL | Enum Constant ALPHABETICAL(Code) | | The ordering of fields and properties in a class is in
alphabetical order as determined by the
method java.lang.String.compareTo(String anotherString).
|
UNDEFINED | Enum Constant UNDEFINED(Code) | | The ordering of fields and properties in a class is undefined.
|
|
|