public enum AttachmentMetadataFields extends Enum<AttachmentMetadataFields>
Class which holds additional the metadata names of the metadata fields
| Enum Constant and Description | 
|---|
ID  | 
LAST_DATE_MODIFIED  | 
MEDIA_TYPE  | 
ORIGINAL_FILE_NAME  | 
OWNER  | 
PREVIOUS_ID  | 
SIZE  | 
UPLOAD_DATE  | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getPropertyName()  | 
static AttachmentMetadataFields | 
valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static AttachmentMetadataFields[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
public static final AttachmentMetadataFields ID
public static final AttachmentMetadataFields PREVIOUS_ID
public static final AttachmentMetadataFields ORIGINAL_FILE_NAME
public static final AttachmentMetadataFields MEDIA_TYPE
public static final AttachmentMetadataFields SIZE
public static final AttachmentMetadataFields LAST_DATE_MODIFIED
public static final AttachmentMetadataFields UPLOAD_DATE
public static final AttachmentMetadataFields OWNER
public static AttachmentMetadataFields[] values()
for (AttachmentMetadataFields c : AttachmentMetadataFields.values()) System.out.println(c);
public static AttachmentMetadataFields 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 - 2018 edorasware ag. All Rights Reserved.