The Robot Application Programming Interface Delegate Project
|
Priority denotes where on the queue this command should go. More...
Public Member Functions | |
int | value () |
String | toString (String desc, int indent) |
Print Method. | |
Static Public Member Functions | |
static Priority | valueOf (int ordinal) |
static Priority | from_int (int __value) |
static int[] | getOrdinals () |
static Priority | create () |
Create a default instance. | |
Static Public Attributes | |
static final Priority | PRI_LOW = new Priority("PRI_LOW", 0) |
static final int | _PRI_LOW = 0 |
static final Priority | PRI_MEDIUM = new Priority("PRI_MEDIUM", 1) |
static final int | _PRI_MEDIUM = 1 |
static final Priority | PRI_HIGH = new Priority("PRI_HIGH", 2) |
static final int | _PRI_HIGH = 2 |
static final Priority | PRI_ASYNC = new Priority("PRI_ASYNC", 3) |
static final int | _PRI_ASYNC = 3 |
The default value is PRI_ASYNC, unless using the RAPID Sequencer.
static Priority create | ( | ) | [static] |
static Priority from_int | ( | int | __value | ) | [static] |
static int [] getOrdinals | ( | ) | [static] |
String toString | ( | String | desc, |
int | indent | ||
) |
int value | ( | ) |
static Priority valueOf | ( | int | ordinal | ) | [static] |
final int _PRI_ASYNC = 3 [static] |
final int _PRI_HIGH = 2 [static] |
final int _PRI_LOW = 0 [static] |
final int _PRI_MEDIUM = 1 [static] |
final Priority PRI_MEDIUM = new Priority("PRI_MEDIUM", 1) [static] |