public enum ConsumerMaxRateRegistryType extends java.lang.Enum<ConsumerMaxRateRegistryType>
| Modifier and Type | Class and Description |
|---|---|
static class |
ConsumerMaxRateRegistryType.UnknownMaxRateRegistryTypeException |
| Enum Constant and Description |
|---|
FLAT_BINARY |
HIERARCHICAL |
| Modifier and Type | Method and Description |
|---|---|
static ConsumerMaxRateRegistryType |
fromString(java.lang.String value) |
java.lang.String |
getConfigValue() |
static ConsumerMaxRateRegistryType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ConsumerMaxRateRegistryType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ConsumerMaxRateRegistryType HIERARCHICAL
public static final ConsumerMaxRateRegistryType FLAT_BINARY
public static ConsumerMaxRateRegistryType[] values()
for (ConsumerMaxRateRegistryType c : ConsumerMaxRateRegistryType.values()) System.out.println(c);
public static ConsumerMaxRateRegistryType 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 nullpublic static ConsumerMaxRateRegistryType fromString(java.lang.String value)
public java.lang.String getConfigValue()