public class CUoutput_mode extends 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 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
public static String stringFor(int n)
n - The CUoutput_modeCopyright © 2016. All rights reserved.