public enum ConfigTarget extends Enum<ConfigTarget>
Enum Constant and Description |
---|
SINGLETON |
TYPE_INSTANCES |
Modifier and Type | Method and Description |
---|---|
(package private) String |
hashKey(String configurableUri) |
(package private) abstract String |
hashKey(Topic topic) |
static ConfigTarget |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConfigTarget[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ConfigTarget SINGLETON
public static final ConfigTarget TYPE_INSTANCES
public static ConfigTarget[] values()
for (ConfigTarget c : ConfigTarget.values()) System.out.println(c);
public static ConfigTarget 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 nullCopyright © 2018. All Rights Reserved.