public class FileTypes
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
CAMPAIGN_EXPORT_XML
XML-formatteed campaign export
|
static int |
CSV
comma-separted value
|
static java.lang.String[] |
descr_strs
file type names
|
static int |
ENVI_SLB
ENVI SLB
|
Constructor and Description |
---|
FileTypes() |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
get_filename_extension(int file_type,
int hdr_or_body)
Get the filename extension for a given file type.
|
public static final int CSV
public static final int ENVI_SLB
public static final int CAMPAIGN_EXPORT_XML
public static java.lang.String[] descr_strs
public static java.lang.String get_filename_extension(int file_type, int hdr_or_body)
file_type
- a FileTypes.* constanthdr_or_body
- HeaderBody.Header or HeaderBody.Body