Packageorg.orpheus.xml.bind.annotation
Classpublic class XmlAccessorOrder
InheritanceXmlAccessorOrder Inheritance AbstractAnnotation

Can be either one of the values specified by XmlAccessOrder (alphabetical or undefined) or an array of strings that correspond to property names.

XmlAccessorOrder metadata accepts the following keys:

 Keys:
 value="alphabetical|undefined|<String-Array>"
 


Example
[XmlAccessorOrder(value="alphabetical")]

Author: Andrew Lewisohn
Version: $Revision: 30 $, $Date: 2009-02-12 16:43:08 -0500 (Thu, 12 Feb 2009) $, $Author: alewisohn $
Since: 0.1



Public Properties
 PropertyDefined by
 Inheritedignore : Boolean
Optional.
AbstractAnnotation
 Inheritedprecedence : int
Determines the order of the Annotation in a sort.
AbstractAnnotation
  value : *
[read-only] Value.
XmlAccessorOrder
Protected Properties
 PropertyDefined by
 Inheritedconstants : MarshallerConstants
Annotation names used in marshalling/unmarshalling.
AbstractAnnotation
 Inheritedmetadata : Metadata
Internally held reference to the defining metadata object.
AbstractAnnotation
Public Methods
 MethodDefined by
  
XmlAccessorOrder(metadata:Metadata)
Constructor.
XmlAccessorOrder
  
annotationName():String
The name of this Annotation type.
XmlAccessorOrder
  
toString():String
String representation of the object.
XmlAccessorOrder
Protected Methods
 MethodDefined by
 Inherited
getValue(key:String):*
AbstractAnnotation
Property detail
valueproperty
value:*  [read-only]

Value. Specifies the sequence for reading/writing values from/to XML.

Implementation
    public function get value():*
Constructor detail
XmlAccessorOrder()constructor
public function XmlAccessorOrder(metadata:Metadata)

Constructor.

Parameters
metadata:Metadata
Method detail
annotationName()method
public override function annotationName():String

The name of this Annotation type.

Returns
String
toString()method 
public override function toString():String

String representation of the object.

Returns
String