| Package | org.orpheus.xml.bind.annotation |
| Class | public class XmlAccessorOrder |
| Inheritance | XmlAccessorOrder AbstractAnnotation |
XmlAccessorOrder metadata accepts the following keys:
Keys: value="alphabetical|undefined|<String-Array>"
Author: Andrew Lewisohn
Version: $Revision: 30 $, $Date: 2009-02-12 16:43:08 -0500 (Thu, 12 Feb 2009) $, $Author: alewisohn $
Since: 0.1
| Property | Defined by | ||
|---|---|---|---|
![]() | ignore : Boolean
Optional.
| AbstractAnnotation | |
![]() | precedence : int
Determines the order of the Annotation in a sort.
| AbstractAnnotation | |
| value : * [read-only]
Value.
| XmlAccessorOrder | ||
| Method | Defined by | ||
|---|---|---|---|
|
XmlAccessorOrder(metadata:Metadata)
Constructor.
| XmlAccessorOrder | ||
|
annotationName():String
The name of this Annotation type.
| XmlAccessorOrder | ||
|
toString():String
String representation of the object.
| XmlAccessorOrder | ||
| value | property |
value:* [read-only]Value. Specifies the sequence for reading/writing values from/to XML.
Implementation public function get value():*
| XmlAccessorOrder | () | constructor |
public function XmlAccessorOrder(metadata:Metadata)Constructor.
Parametersmetadata:Metadata |
| annotationName | () | method |
public override function annotationName():StringThe name of this Annotation type.
ReturnsString |
| toString | () | method |
public override function toString():StringString representation of the object.
ReturnsString |