Packageorg.orpheus.xml.bind.annotation
Classpublic class XmlList
InheritanceXmlList Inheritance AbstractAnnotation

Used in conjunction with XmlElement to create whitespace separated lists within the element defined by XmlElement. Can be used with XmlAttribute, but is ignored as it is redundant.


Example
[XmlList]

Author: Andrew Lewisohn
Version: $Revision: 31 $, $Date: 2009-02-12 17:01:41 -0500 (Thu, 12 Feb 2009) $, $Author: alewisohn $
Since: 0.1

See also

org.orpheus.xml.bind.annotation.XmlAttribute
org.orpheus.xml.bind.annotation.XmlElement


Public Properties
 PropertyDefined by
 Inheritedignore : Boolean
Optional.
AbstractAnnotation
 Inheritedprecedence : int
Determines the order of the Annotation in a sort.
AbstractAnnotation
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
  
XmlList(metadata:Metadata)
Constructor.
XmlList
  
annotationName():String
The name of this Annotation type.
XmlList
  
toString():String
String representation of the object.
XmlList
Protected Methods
 MethodDefined by
 Inherited
getValue(key:String):*
AbstractAnnotation
Constructor detail
XmlList()constructor
public function XmlList(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