public static enum TierObjectStore.DataTypePathPrefix extends Enum<TierObjectStore.DataTypePathPrefix>
Enum Constant and Description |
---|
LAST_ACTIVE_ENCRYPTION_KEY |
TIER_STATE_RESTORE_SNAPSHOTS |
TOPIC |
Modifier and Type | Method and Description |
---|---|
String |
prefix() |
static TierObjectStore.DataTypePathPrefix |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TierObjectStore.DataTypePathPrefix[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TierObjectStore.DataTypePathPrefix TOPIC
public static final TierObjectStore.DataTypePathPrefix TIER_STATE_RESTORE_SNAPSHOTS
public static final TierObjectStore.DataTypePathPrefix LAST_ACTIVE_ENCRYPTION_KEY
public static TierObjectStore.DataTypePathPrefix[] values()
for (TierObjectStore.DataTypePathPrefix c : TierObjectStore.DataTypePathPrefix.values()) System.out.println(c);
public static TierObjectStore.DataTypePathPrefix 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 prefix()