public static enum ITPluginExtensionManager.EMQ_EVENT_SOURCE extends Enum<ITPluginExtensionManager.EMQ_EVENT_SOURCE>
Enum Constant and Description |
---|
API |
JIRA |
JIRA_AND_API |
Modifier and Type | Method and Description |
---|---|
static ITPluginExtensionManager.EMQ_EVENT_SOURCE |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ITPluginExtensionManager.EMQ_EVENT_SOURCE[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ITPluginExtensionManager.EMQ_EVENT_SOURCE JIRA
public static final ITPluginExtensionManager.EMQ_EVENT_SOURCE JIRA_AND_API
public static final ITPluginExtensionManager.EMQ_EVENT_SOURCE API
public static ITPluginExtensionManager.EMQ_EVENT_SOURCE[] values()
for (ITPluginExtensionManager.EMQ_EVENT_SOURCE c : ITPluginExtensionManager.EMQ_EVENT_SOURCE.values()) System.out.println(c);
public static ITPluginExtensionManager.EMQ_EVENT_SOURCE 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 © 2008–2022 The Plugin People. All rights reserved.