Packageorg.springextensions.actionscript.ioc.factory.xml.parser.support
SVN browsingAttributeToPropertyMapping.as
FisheyeAttributeToPropertyMapping.as
Classpublic class AttributeToPropertyMapping

Describes a mapping between an xml attribute value and a property name of an object definition.

Used when parsing custom xml object definitions.

See also

ParsingUtils


Public Properties
 PropertyDefined by
  attribute : String
[read-only]
AttributeToPropertyMapping
  propertyName : String
[read-only]
AttributeToPropertyMapping
Public Methods
 MethodDefined by
  
AttributeToPropertyMapping(attribute:String, propertyName:String)
Creates a new AttributeToPropertyMapping
AttributeToPropertyMapping
Property detail
attributeproperty
attribute:String  [read-only]Implementation
    public function get attribute():String
propertyNameproperty 
propertyName:String  [read-only]Implementation
    public function get propertyName():String
Constructor detail
AttributeToPropertyMapping()constructor
public function AttributeToPropertyMapping(attribute:String, propertyName:String)

Creates a new AttributeToPropertyMapping

Parameters
attribute:String — the name of the attribute
 
propertyName:String — the name of the property