| Package | system.cli |
| Class | public class SwitchStatus |
| Inheritance | SwitchStatus Enum Object |
| Method | Defined By | ||
|---|---|---|---|
SwitchStatus(value:int, name:String)
Creates a new SwitchStatus instance. | SwitchStatus | ||
![]() | toSource(indent:int = 0):String
Returns the source code String representation of the object. | Enum | |
![]() | toString():String
Returns the String representation of the object. | Enum | |
![]() | valueOf():int
Returns the primitive value of the object. | Enum | |
| Constant | Defined By | ||
|---|---|---|---|
| error : SwitchStatus [static]
The "error" SwitchStatus object. | SwitchStatus | ||
| noError : SwitchStatus [static]
The "noError" SwitchStatus object. | SwitchStatus | ||
| showUsage : SwitchStatus [static]
The "showUsage" SwitchStatus object. | SwitchStatus | ||
| SwitchStatus | () | Constructor |
public function SwitchStatus(value:int, name:String)Creates a new SwitchStatus instance.
Parametersvalue:int — The value of the enumeration.
| |
name:String — The name key of the enumeration.
|
| error | Constant |
public static const error:SwitchStatusThe "error" SwitchStatus object.
| noError | Constant |
public static const noError:SwitchStatusThe "noError" SwitchStatus object.
| showUsage | Constant |
public static const showUsage:SwitchStatusThe "showUsage" SwitchStatus object.