public enum EAttachmentSource extends Enum<EAttachmentSource> implements INamedUiElement
| Enum Constant and Description | 
|---|
| FORM_UPLOAD | 
| INBOX | 
| UNKNOWN | 
| WORKFLOW | 
ATTR_DISPLAY_NAME| Modifier and Type | Method and Description | 
|---|---|
| String | getDisplayName(Locale l) | 
| static EAttachmentSource | valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static EAttachmentSource[] | values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
public static final EAttachmentSource FORM_UPLOAD
public static final EAttachmentSource WORKFLOW
public static final EAttachmentSource INBOX
public static final EAttachmentSource UNKNOWN
public static EAttachmentSource[] values()
for (EAttachmentSource c : EAttachmentSource.values()) System.out.println(c);
public static EAttachmentSource 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 getDisplayName(Locale l)
getDisplayName in interface INamedUiElementCopyright © 2020 XIMA MEDIA GmbH. All rights reserved.