public enum CorePartyPreference extends Enum<CorePartyPreference>
| Modifier and Type | Method and Description |
|---|---|
String |
getPreferenceKey() |
static CorePartyPreference |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CorePartyPreference[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CorePartyPreference HOME_WORKSPACE_CONTENT
public static final CorePartyPreference REQUIREMENT_WORKSPACE_CONTENT
public static final CorePartyPreference TEST_CASE_WORKSPACE_CONTENT
public static final CorePartyPreference CAMPAIGN_WORKSPACE_CONTENT
public static final CorePartyPreference FAVORITE_DASHBOARD_HOME
public static final CorePartyPreference FAVORITE_DASHBOARD_REQUIREMENT
public static final CorePartyPreference FAVORITE_DASHBOARD_TEST_CASE
public static final CorePartyPreference FAVORITE_DASHBOARD_CAMPAIGN
public static CorePartyPreference[] values()
for (CorePartyPreference c : CorePartyPreference.values()) System.out.println(c);
public static CorePartyPreference 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 getPreferenceKey()
Copyright © 2010–2016 Henix, henix.fr. All rights reserved.