public static enum ConfigEntry.ConfigParams extends Enum<ConfigEntry.ConfigParams>
| Enum Constant and Description |
|---|
appendrecipientlist |
displayemptygroups |
displayinvalidemailaddrs |
emailarchive |
replyto |
sendmecopy |
subjectprefix |
| Modifier and Type | Method and Description |
|---|---|
static ConfigEntry.ConfigParams |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConfigEntry.ConfigParams[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ConfigEntry.ConfigParams replyto
public static final ConfigEntry.ConfigParams sendmecopy
public static final ConfigEntry.ConfigParams appendrecipientlist
public static final ConfigEntry.ConfigParams emailarchive
public static final ConfigEntry.ConfigParams subjectprefix
public static final ConfigEntry.ConfigParams displayinvalidemailaddrs
public static final ConfigEntry.ConfigParams displayemptygroups
public static ConfigEntry.ConfigParams[] values()
for (ConfigEntry.ConfigParams c : ConfigEntry.ConfigParams.values()) System.out.println(c);
public static ConfigEntry.ConfigParams 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 © 2003–2020 Sakai Project. All rights reserved.