| Package | system.ioc.strategies |
| Class | public class ObjectFactoryValue |
| Inheritance | ObjectFactoryValue Object |
| Implements | IObjectFactoryStrategy |
| Property | Defined By | ||
|---|---|---|---|
| value : *
The value of this strategy factory. | ObjectFactoryValue | ||
| Method | Defined By | ||
|---|---|---|---|
ObjectFactoryValue(value:*)
Creates a new ObjectFactoryValue instance. | ObjectFactoryValue | ||
build(value:* = null):ObjectFactoryValue [static]
Returns the ObjectFactoryValue representation of the specified value or null. | ObjectFactoryValue | ||
| value | property |
public var value:*The value of this strategy factory.
| ObjectFactoryValue | () | Constructor |
public function ObjectFactoryValue(value:*)Creates a new ObjectFactoryValue instance.
Parametersvalue:* — The value used in the factory strategy.
|
| build | () | method |
public static function build(value:* = null):ObjectFactoryValueReturns the ObjectFactoryValue representation of the specified value or null.
Parameters
value:* (default = null) |
ObjectFactoryValue — the ObjectFactoryValue representation of the specified value or null.
|