public static enum PersistentStore.PersistenceType extends Enum<PersistentStore.PersistenceType>
Enum Constant and Description |
---|
ACTIVITY_TYPE |
ALERT_TYPE |
DECANTER_TYPE |
EVENT_SUBSCRIPTIONS_TYPE |
METACARD_TYPE |
NOTIFICATION_TYPE |
PREFERENCES_TYPE |
SAVED_QUERY_TYPE |
SUBSCRIPTION_TYPE |
USER_ATTRIBUTE_TYPE |
WORKSPACE_TYPE |
Modifier and Type | Method and Description |
---|---|
static boolean |
hasType(String type) |
String |
toString() |
static PersistentStore.PersistenceType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PersistentStore.PersistenceType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PersistentStore.PersistenceType METACARD_TYPE
public static final PersistentStore.PersistenceType SAVED_QUERY_TYPE
public static final PersistentStore.PersistenceType NOTIFICATION_TYPE
public static final PersistentStore.PersistenceType ACTIVITY_TYPE
public static final PersistentStore.PersistenceType WORKSPACE_TYPE
public static final PersistentStore.PersistenceType PREFERENCES_TYPE
public static final PersistentStore.PersistenceType USER_ATTRIBUTE_TYPE
public static final PersistentStore.PersistenceType SUBSCRIPTION_TYPE
public static final PersistentStore.PersistenceType EVENT_SUBSCRIPTIONS_TYPE
public static final PersistentStore.PersistenceType ALERT_TYPE
public static final PersistentStore.PersistenceType DECANTER_TYPE
public static PersistentStore.PersistenceType[] values()
for (PersistentStore.PersistenceType c : PersistentStore.PersistenceType.values()) System.out.println(c);
public static PersistentStore.PersistenceType 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 static boolean hasType(String type)
public String toString()
toString
in class Enum<PersistentStore.PersistenceType>
This work is licensed under a Creative Commons Attribution 4.0 International License.