public enum TopicConfigurationAction extends Enum<TopicConfigurationAction>
Modifier and Type | Method and Description |
---|---|
static TopicConfigurationAction |
getAction(String value) |
String |
getString()
Returns the String representation of the constant.
|
static TopicConfigurationAction |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TopicConfigurationAction[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TopicConfigurationAction EXCLUSIVE
public static final TopicConfigurationAction ENABLE
public static final TopicConfigurationAction DISABLE
public static TopicConfigurationAction[] values()
for (TopicConfigurationAction c : TopicConfigurationAction.values()) System.out.println(c);
public static TopicConfigurationAction 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 getString()
public static TopicConfigurationAction getAction(String value)
"Copyright © 2006 - 2015 Adobe Systems Incorporated. All Rights Reserved"