Packageorg.orpheus.xml.bind.annotation
Classpublic class AbstractAnnotation
SubclassesXmlAccessorOrder, XmlAttribute, XmlElement, XmlElementWrapper, XmlList, XmlRootElement, XmlTransient

Base class for all Annotation classes.

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
  ignore : Boolean
[read-only] Optional.
AbstractAnnotation
  precedence : int
[read-only] Determines the order of the Annotation in a sort.
AbstractAnnotation
Protected Properties
 PropertyDefined by
  constants : MarshallerConstants
Annotation names used in marshalling/unmarshalling.
AbstractAnnotation
  metadata : Metadata
Internally held reference to the defining metadata object.
AbstractAnnotation
Public Methods
 MethodDefined by
  
AbstractAnnotation(metadata:Metadata)
Constructor.
AbstractAnnotation
  
annotationName():String
The name of this Annotation type.
AbstractAnnotation
  
toString():String
String representation of the object.
AbstractAnnotation
Protected Methods
 MethodDefined by
  
getValue(key:String):*
AbstractAnnotation
Property detail
constantsproperty
protected var constants:MarshallerConstants

Annotation names used in marshalling/unmarshalling.

ignoreproperty 
ignore:Boolean  [read-only]

Optional. If true, the annotation is ignored.

Implementation
    public function get ignore():Boolean
metadataproperty 
protected var metadata:Metadata

Internally held reference to the defining metadata object.

precedenceproperty 
precedence:int  [read-only]

Determines the order of the Annotation in a sort.

Implementation
    public function get precedence():int
Constructor detail
AbstractAnnotation()constructor
public function AbstractAnnotation(metadata:Metadata)

Constructor.

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

The name of this Annotation type.

Returns
String
getValue()method 
protected function getValue(key:String):*

Parameters
key:String

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

String representation of the object.

Returns
String