public static enum TierObjectStore.DataTypePathPrefix extends java.lang.Enum<TierObjectStore.DataTypePathPrefix>
Enum Constant and Description |
---|
TIER_STATE_RESTORE_SNAPSHOTS |
TOPIC |
Modifier and Type | Method and Description |
---|---|
static TierObjectStore.DataTypePathPrefix |
valueOf(java.lang.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 TierObjectStore.DataTypePathPrefix[] values()
for (TierObjectStore.DataTypePathPrefix c : TierObjectStore.DataTypePathPrefix.values()) System.out.println(c);
public static TierObjectStore.DataTypePathPrefix valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null