| Package | system.ioc |
| Class | public class ObjectOrder |
| Inheritance | ObjectOrder Object |
| Constant | Defined By | ||
|---|---|---|---|
| AFTER : String = after [static]
The "after" order value. | ObjectOrder | ||
| BEFORE : String = before [static]
The "before" order value. | ObjectOrder | ||
| NONE : String = none [static]
The "none" order value. | ObjectOrder | ||
| NOW : String = now [static]
The "now" order value. | ObjectOrder | ||
| AFTER | Constant |
public static const AFTER:String = afterThe "after" order value.
| BEFORE | Constant |
public static const BEFORE:String = beforeThe "before" order value.
| NONE | Constant |
public static const NONE:String = noneThe "none" order value.
| NOW | Constant |
public static const NOW:String = nowThe "now" order value.