public class CUoutput_mode
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
CU_OUT_CSV
Output mode Comma separated values format.
|
static int |
CU_OUT_KEY_VALUE_PAIR
Output mode Key-Value pair format.
|
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
stringFor(int n)
Returns the String identifying the given CUoutput_mode
|
public static final int CU_OUT_KEY_VALUE_PAIR
public static final int CU_OUT_CSV