|
The Robot Application Programming Interface Delegate Project
|
|
PointSampleXyzMode denotes whether the values represent: More...


Public Member Functions | |
| int | value () |
| String | toString (String desc, int indent) |
| Print Method. | |
Static Public Member Functions | |
| static PointSampleAttributeMode | valueOf (int ordinal) |
| static PointSampleAttributeMode | from_int (int __value) |
| static int[] | getOrdinals () |
| static PointSampleAttributeMode | create () |
| Create a default instance. | |
Static Public Attributes | |
| static final PointSampleAttributeMode | PS_UNUSED = new PointSampleAttributeMode("PS_UNUSED", 0) |
| static final int | _PS_UNUSED = 0 |
| static final PointSampleAttributeMode | PS_INTENSITY = new PointSampleAttributeMode("PS_INTENSITY", 1) |
| static final int | _PS_INTENSITY = 1 |
| static final PointSampleAttributeMode | PS_LAYER = new PointSampleAttributeMode("PS_LAYER", 2) |
| static final int | _PS_LAYER = 2 |
| static final PointSampleAttributeMode | PS_ECHO = new PointSampleAttributeMode("PS_ECHO", 3) |
| static final int | _PS_ECHO = 3 |
| static final PointSampleAttributeMode | PS_LAYER4_ECHO4 = new PointSampleAttributeMode("PS_LAYER4_ECHO4", 4) |
| static final int | _PS_LAYER4_ECHO4 = 4 |
| static final PointSampleAttributeMode | PS_PULSE = new PointSampleAttributeMode("PS_PULSE", 5) |
| static final int | _PS_PULSE = 5 |
PointSampleAttributeMode denotes the type of data contained in the attribute bytes.
| static PointSampleAttributeMode create | ( | ) | [static] |

| static PointSampleAttributeMode from_int | ( | int | __value | ) | [static] |

| static int [] getOrdinals | ( | ) | [static] |
| String toString | ( | String | desc, |
| int | indent | ||
| ) |
| int value | ( | ) |
| static PointSampleAttributeMode valueOf | ( | int | ordinal | ) | [static] |
final int _PS_ECHO = 3 [static] |
final int _PS_INTENSITY = 1 [static] |
final int _PS_LAYER = 2 [static] |
final int _PS_LAYER4_ECHO4 = 4 [static] |
final int _PS_PULSE = 5 [static] |
final int _PS_UNUSED = 0 [static] |
final PointSampleAttributeMode PS_ECHO = new PointSampleAttributeMode("PS_ECHO", 3) [static] |
final PointSampleAttributeMode PS_INTENSITY = new PointSampleAttributeMode("PS_INTENSITY", 1) [static] |
final PointSampleAttributeMode PS_LAYER = new PointSampleAttributeMode("PS_LAYER", 2) [static] |
final PointSampleAttributeMode PS_LAYER4_ECHO4 = new PointSampleAttributeMode("PS_LAYER4_ECHO4", 4) [static] |
final PointSampleAttributeMode PS_PULSE = new PointSampleAttributeMode("PS_PULSE", 5) [static] |
final PointSampleAttributeMode PS_UNUSED = new PointSampleAttributeMode("PS_UNUSED", 0) [static] |