| Package | com.bourre.ioc.assembler.property |
| Class | public class Property |
| Implements | ValueObject |
| Player version: | Flash Player 9.0 |
| Language version: | ActionScript 3.0 |
| Property | Defined by | ||
|---|---|---|---|
| method : String
Method name to call if
ref id defined. | Property | ||
| name : String
Property name.
| Property | ||
| ownerID : String
Property owner.
| Property | ||
| ref : String
Property reference.
| Property | ||
| type : String
Property type.
| Property | ||
| value : String
Property value.
| Property | ||
| Method | Defined by | ||
|---|---|---|---|
|
Property(ownerID:String, name:String = null, value:String = null, type:String = null, ref:String = null, method:String = null)
Creates instance.
| Property | ||
|
toString():String
Returns the string representation of this instance.
| Property | ||
| method | property |
public var method:String
| Player version: | Flash Player 9.0 |
| Language version: | ActionScript 3.0 |
Method name to call if ref id defined.
The default value is null.
| name | property |
public var name:String
| Player version: | Flash Player 9.0 |
| Language version: | ActionScript 3.0 |
Property name.
The default value is null.
| ownerID | property |
public var ownerID:String
| Player version: | Flash Player 9.0 |
| Language version: | ActionScript 3.0 |
Property owner.
The default value is null.
| ref | property |
public var ref:String
| Player version: | Flash Player 9.0 |
| Language version: | ActionScript 3.0 |
Property reference.
The default value is null.
| type | property |
public var type:String
| Player version: | Flash Player 9.0 |
| Language version: | ActionScript 3.0 |
Property type.
The default value is null.
| value | property |
public var value:String
| Player version: | Flash Player 9.0 |
| Language version: | ActionScript 3.0 |
Property value.
The default value is null.
| Property | () | constructor |
public function Property(ownerID:String, name:String = null, value:String = null, type:String = null, ref:String = null, method:String = null)
| Player version: | Flash Player 9.0 |
| Language version: | ActionScript 3.0 |
Creates instance.
ParametersownerID:String |
|
name:String (default = null) |
|
value:String (default = null) |
|
type:String (default = null) |
|
ref:String (default = null) |
|
method:String (default = null) |
| toString | () | method |
public function toString():String
| Player version: | Flash Player 9.0 |
| Language version: | ActionScript 3.0 |
Returns the string representation of this instance.
ReturnsString — the string representation of this instance
|