| Package | system.cli |
| Class | public class SwitchStatus |
| Inheritance | SwitchStatus Enum |
| 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.