Property
| Kind of class: | public class |
|---|---|
| Package: | com.bourre.ioc.assembler.property |
| Inherits from: | none |
| Implements: | |
| Classpath: | com.bourre.ioc.assembler.property.Property |
| File last modified: | Monday, 21 April 2008, 17:52:20 |
Summary
Constructor
Property
public function Property (
ownerID:String,
name:String = null,
value:String = null,
type:String = null,
ref:String = null,
method:String = null)
Instance properties
method
public method:String
(read,write)
name
public name:String
(read,write)
ownerID
public ownerID:String
(read,write)
ref
public ref:String
(read,write)
type
public type:String
(read,write)
value
public value:String
(read,write)
Instance methods
toString
public function toString (
) : String
Returns the string representation of this instance.
Returns:
- the string representation of this instance