public enum PreferenceName extends Enum<PreferenceName>
| Enum Constant and Description |
|---|
DOCUMENTS_FAVORITES_PREFIX |
EXT_FOLDERS_FAVORITES_PREFIX |
EXT_SITES_FAVORITES_PREFIX |
FOLDERS_FAVORITES_PREFIX |
SITES_FAVORITES_PREFIX |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static PreferenceName |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PreferenceName[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PreferenceName SITES_FAVORITES_PREFIX
public static final PreferenceName FOLDERS_FAVORITES_PREFIX
public static final PreferenceName DOCUMENTS_FAVORITES_PREFIX
public static final PreferenceName EXT_SITES_FAVORITES_PREFIX
public static final PreferenceName EXT_FOLDERS_FAVORITES_PREFIX
public static PreferenceName[] values()
for (PreferenceName c : PreferenceName.values()) System.out.println(c);
public static PreferenceName 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 toString()
toString in class Enum<PreferenceName>Copyright © 2005–2019 Alfresco Software. All rights reserved.