public enum FileAttachmentIcon extends java.lang.Enum<FileAttachmentIcon>
FileAttachment
.Enum Constant and Description |
---|
CUSTOM_ICON |
GRAPH |
PAPERCLIP |
PUSH_PIN |
TAG |
Modifier and Type | Method and Description |
---|---|
static FileAttachmentIcon |
fromValue(int value) |
int |
getValue() |
static FileAttachmentIcon |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FileAttachmentIcon[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FileAttachmentIcon GRAPH
public static final FileAttachmentIcon PUSH_PIN
public static final FileAttachmentIcon PAPERCLIP
public static final FileAttachmentIcon TAG
public static final FileAttachmentIcon CUSTOM_ICON
public static FileAttachmentIcon[] values()
for (FileAttachmentIcon c : FileAttachmentIcon.values()) System.out.println(c);
public static FileAttachmentIcon 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 FileAttachmentIcon fromValue(int value)
public int getValue()