| Package | system.ioc |
| Class | public class ObjectArgument |
| Inheritance | ObjectArgument Object |
| Property | Defined By | ||
|---|---|---|---|
| evaluators : Array
The Array representation of all evaluators to transform the value of this object. | ObjectArgument | ||
| policy : String
The policy of the property
| ObjectArgument | ||
| value : *
The value of the property. | ObjectArgument | ||
| Method | Defined By | ||
|---|---|---|---|
ObjectArgument(value:*, policy:String = value, evaluators:Array = null)
Creates a new ObjectArgument instance. | ObjectArgument | ||
toString():String
Returns the String representation of the object. | ObjectArgument | ||
| evaluators | property |
public var evaluators:ArrayThe Array representation of all evaluators to transform the value of this object.
| policy | property |
policy:StringThe policy of the property
public function get policy():String public function set policy(value:String):void| value | property |
public var value:*The value of the property.
| ObjectArgument | () | Constructor |
public function ObjectArgument(value:*, policy:String = value, evaluators:Array = null)Creates a new ObjectArgument instance.
Parametersvalue:* — The value of the argument.
| |
policy:String (default = value) — The policy of the property ( ObjectAttribute.REFERENCE or by default ObjectAttribute.VALUE )
| |
evaluators:Array (default = null) — The Array representation of all evaluators who evaluate the value of the argument.
|
| toString | () | method |
public function toString():StringReturns the String representation of the object.
ReturnsString — the String representation of the object.
|