| Package | org.orpheus.xml.bind.annotation |
| Class | public class AbstractAnnotation |
| Subclasses | XmlAccessorOrder, XmlAttribute, XmlElement, XmlElementWrapper, XmlList, XmlRootElement, XmlTransient |
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 [read-only]
Optional.
| AbstractAnnotation | ||
| precedence : int [read-only]
Determines the order of the Annotation in a sort.
| AbstractAnnotation | ||
| Property | Defined by | ||
|---|---|---|---|
| constants : MarshallerConstants
Annotation names used in marshalling/unmarshalling.
| AbstractAnnotation | ||
| metadata : Metadata
Internally held reference to the defining metadata object.
| AbstractAnnotation | ||
| Method | Defined by | ||
|---|---|---|---|
|
AbstractAnnotation(metadata:Metadata)
Constructor.
| AbstractAnnotation | ||
|
annotationName():String
The name of this Annotation type.
| AbstractAnnotation | ||
|
toString():String
String representation of the object.
| AbstractAnnotation | ||
| Method | Defined by | ||
|---|---|---|---|
|
getValue(key:String):*
| AbstractAnnotation | ||
| constants | property |
protected var constants:MarshallerConstantsAnnotation names used in marshalling/unmarshalling.
| ignore | property |
ignore:Boolean [read-only]
Optional. If true, the annotation is ignored.
public function get ignore():Boolean
| metadata | property |
protected var metadata:MetadataInternally held reference to the defining metadata object.
| precedence | property |
precedence:int [read-only]Determines the order of the Annotation in a sort.
Implementation public function get precedence():int
| AbstractAnnotation | () | constructor |
public function AbstractAnnotation(metadata:Metadata)Constructor.
Parametersmetadata:Metadata |
| annotationName | () | method |
public function annotationName():StringThe name of this Annotation type.
ReturnsString |
| getValue | () | method |
protected function getValue(key:String):*Parameters
key:String |
* |
| toString | () | method |
public function toString():StringString representation of the object.
ReturnsString |