public static enum FileMetadata.PROPERTY extends Enum<FileMetadata.PROPERTY>
Enum Constant and Description |
---|
ID |
LAST_DATE_MODIFIED |
MEDIA_TYPE |
ORIGINAL_FILE_NAME |
PREVIOUS_ID |
SIZE |
Modifier and Type | Method and Description |
---|---|
String |
getPropertyName() |
static FileMetadata.PROPERTY |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FileMetadata.PROPERTY[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FileMetadata.PROPERTY ID
public static final FileMetadata.PROPERTY PREVIOUS_ID
public static final FileMetadata.PROPERTY ORIGINAL_FILE_NAME
public static final FileMetadata.PROPERTY MEDIA_TYPE
public static final FileMetadata.PROPERTY SIZE
public static final FileMetadata.PROPERTY LAST_DATE_MODIFIED
public static FileMetadata.PROPERTY[] values()
for (FileMetadata.PROPERTY c : FileMetadata.PROPERTY.values()) System.out.println(c);
public static FileMetadata.PROPERTY valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String getPropertyName()
Copyright © 2010 - 2015 edorasware ag. All Rights Reserved.