Packagecom.bourre.ioc.assembler.property
Classpublic class Property
ImplementsValueObject

Player version: Flash Player 9.0
Language version: ActionScript 3.0

Property class.



Public Properties
 PropertyDefined 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
Public Methods
 MethodDefined 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
Property detail
methodproperty
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.

nameproperty 
public var name:String

Player version: Flash Player 9.0
Language version: ActionScript 3.0

Property name.

The default value is null.

ownerIDproperty 
public var ownerID:String

Player version: Flash Player 9.0
Language version: ActionScript 3.0

Property owner.

The default value is null.

refproperty 
public var ref:String

Player version: Flash Player 9.0
Language version: ActionScript 3.0

Property reference.

The default value is null.

typeproperty 
public var type:String

Player version: Flash Player 9.0
Language version: ActionScript 3.0

Property type.

The default value is null.

valueproperty 
public var value:String

Player version: Flash Player 9.0
Language version: ActionScript 3.0

Property value.

The default value is null.

Constructor detail
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.

Parameters
ownerID:String
 
name:String (default = null)
 
value:String (default = null)
 
type:String (default = null)
 
ref:String (default = null)
 
method:String (default = null)
Method detail
toString()method
public function toString():String

Player version: Flash Player 9.0
Language version: ActionScript 3.0

Returns the string representation of this instance.

Returns
String — the string representation of this instance