public static enum ConfigEntry.ReplyTo extends Enum<ConfigEntry.ReplyTo>
| Enum Constant and Description |
|---|
no_reply_to |
sender |
| Modifier and Type | Method and Description |
|---|---|
static ConfigEntry.ReplyTo |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConfigEntry.ReplyTo[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ConfigEntry.ReplyTo sender
public static final ConfigEntry.ReplyTo no_reply_to
public static ConfigEntry.ReplyTo[] values()
for (ConfigEntry.ReplyTo c : ConfigEntry.ReplyTo.values()) System.out.println(c);
public static ConfigEntry.ReplyTo 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 nullCopyright © 2007–2018 Sakai Project. All rights reserved.