The Robot Application Programming Interface Delegate Project
|
Public Member Functions | |
int | value () |
String | toString (String desc, int indent) |
Print Method. | |
Static Public Member Functions | |
static ProcessIOStream | valueOf (int ordinal) |
static ProcessIOStream | from_int (int __value) |
static int[] | getOrdinals () |
static ProcessIOStream | create () |
Create a default instance. | |
Static Public Attributes | |
static final ProcessIOStream | PROCESS_STDIN = new ProcessIOStream("PROCESS_STDIN", 0) |
static final int | _PROCESS_STDIN = 0 |
static final ProcessIOStream | PROCESS_STDOUT = new ProcessIOStream("PROCESS_STDOUT", 1) |
static final int | _PROCESS_STDOUT = 1 |
static final ProcessIOStream | PROCESS_STDERR = new ProcessIOStream("PROCESS_STDERR", 2) |
static final int | _PROCESS_STDERR = 2 |
static ProcessIOStream create | ( | ) | [static] |
static ProcessIOStream from_int | ( | int | __value | ) | [static] |
static int [] getOrdinals | ( | ) | [static] |
String toString | ( | String | desc, |
int | indent | ||
) |
int value | ( | ) |
static ProcessIOStream valueOf | ( | int | ordinal | ) | [static] |
final int _PROCESS_STDERR = 2 [static] |
final int _PROCESS_STDIN = 0 [static] |
final int _PROCESS_STDOUT = 1 [static] |
final ProcessIOStream PROCESS_STDERR = new ProcessIOStream("PROCESS_STDERR", 2) [static] |
final ProcessIOStream PROCESS_STDIN = new ProcessIOStream("PROCESS_STDIN", 0) [static] |
final ProcessIOStream PROCESS_STDOUT = new ProcessIOStream("PROCESS_STDOUT", 1) [static] |