| Enum Constant and Description |
|---|
AFP_FILE_INFO |
COMMENT |
DATA_FORK |
DIRECTORY_ID |
FILE_DATES_INFO |
FILE_INFO |
FINDER_INFO |
ICON_BW |
ICON_COLOR |
MACINTOSH_FILE_INFO |
MSDOS_FILE_INFO |
PRODOS_FILE_INFO |
REAL_NAME |
RESOURCE_FORK |
SHORT_NAME |
| Modifier and Type | Method and Description |
|---|---|
static EntryType |
find(int entryId) |
static java.lang.String |
findNameOrUnknown(Entry entry) |
static EntryType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EntryType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EntryType DATA_FORK
public static final EntryType RESOURCE_FORK
public static final EntryType REAL_NAME
public static final EntryType COMMENT
public static final EntryType ICON_BW
public static final EntryType ICON_COLOR
public static final EntryType FILE_INFO
public static final EntryType FILE_DATES_INFO
public static final EntryType FINDER_INFO
public static final EntryType MACINTOSH_FILE_INFO
public static final EntryType PRODOS_FILE_INFO
public static final EntryType MSDOS_FILE_INFO
public static final EntryType SHORT_NAME
public static final EntryType AFP_FILE_INFO
public static final EntryType DIRECTORY_ID
public static EntryType[] values()
for (EntryType c : EntryType.values()) System.out.println(c);
public static EntryType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic static final java.lang.String findNameOrUnknown(Entry entry)
public static final EntryType find(int entryId)