| Package | org.springextensions.actionscript.ioc.factory.xml.parser.support |
| SVN browsing | AttributeToPropertyMapping.as |
| Fisheye | AttributeToPropertyMapping.as |
| Class | public class AttributeToPropertyMapping |
Used when parsing custom xml object definitions.
See also
| Property | Defined by | ||
|---|---|---|---|
| attribute : String [read-only]
| AttributeToPropertyMapping | ||
| propertyName : String [read-only]
| AttributeToPropertyMapping | ||
| Method | Defined by | ||
|---|---|---|---|
|
AttributeToPropertyMapping(attribute:String, propertyName:String)
Creates a new AttributeToPropertyMapping
| AttributeToPropertyMapping | ||
| attribute | property |
attribute:String [read-only]Implementation
public function get attribute():String
| propertyName | property |
propertyName:String [read-only]Implementation
public function get propertyName():String
| AttributeToPropertyMapping | () | constructor |
public function AttributeToPropertyMapping(attribute:String, propertyName:String)Creates a new AttributeToPropertyMapping
Parametersattribute:String — the name of the attribute
|
|
propertyName:String — the name of the property
|