public enum E_ConfigDomain extends Enum<E_ConfigDomain>
Enum Constant and Description |
---|
AGENCYCFG
Default value for agency settings.
|
AGENCYMAIL
Groups email settings regarding the agency.
|
EXTSERV
Groups settings regarding integration of external services (i.e.
|
NONE
Placeholder for hidden categories (e.g.
|
ORGMAIL
Groups email settings regarding organisations.
|
USERMAIL
Groups email settings regarding subscriptions/users.
|
Modifier and Type | Method and Description |
---|---|
String |
getMsgDescrKey()
Gets the msg descr key.
|
String |
getMsgTitleKey()
Gets the msg title key.
|
static E_ConfigDomain |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static E_ConfigDomain[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final E_ConfigDomain NONE
public static final E_ConfigDomain AGENCYCFG
public static final E_ConfigDomain AGENCYMAIL
public static final E_ConfigDomain ORGMAIL
public static final E_ConfigDomain USERMAIL
public static final E_ConfigDomain EXTSERV
public static E_ConfigDomain[] values()
for (E_ConfigDomain c : E_ConfigDomain.values()) System.out.println(c);
public static E_ConfigDomain 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 getMsgDescrKey()
public String getMsgTitleKey()
Copyright © 2016 Fraunhofer FOKUS. All rights reserved.