public class FileType extends Enumeration implements java.lang.Comparable<java.lang.Object>, java.io.Serializable
Modifier and Type | Field and Description |
---|---|
static FileType |
AC1 |
static FileType |
ACK |
static java.util.List<? extends java.lang.Object> |
FILE_TYPES |
static FileType |
TMP |
static FileType |
XML |
static FileType |
ZIP |
code, description, number, subDescription
Modifier and Type | Method and Description |
---|---|
static FileType |
getFileType(java.lang.String code)
Return the FileType object given by code (key)
|
compareTo, contains, equals, getCode, getDescription, getEnumeration, getNumber, getSubDescription, toString
public static final FileType ZIP
public static final FileType ACK
public static final FileType AC1
public static final FileType TMP
public static final FileType XML
public static final java.util.List<? extends java.lang.Object> FILE_TYPES
public static FileType getFileType(java.lang.String code)
code
- The key to find in this enumeration