public enum AttachSender extends Enum<AttachSender>
| Modifier and Type | Method and Description |
|---|---|
static AttachSender |
fromValue(String value) |
String |
toString() |
String |
value() |
static AttachSender |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AttachSender[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AttachSender SUPPORTS
public static final AttachSender ALWAYS
public static final AttachSender NEVER
public static AttachSender[] values()
for (AttachSender c : AttachSender.values()) System.out.println(c);
public static AttachSender 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 static AttachSender fromValue(String value)
public String toString()
toString in class Enum<AttachSender>public String value()