public static enum Messages.PluginService extends Enum<Messages.PluginService>
Enum Constant and Description |
---|
BundleFragmentStartError |
BundleNotFound |
CannotModifyCache |
ServiceNotStarted |
TeiidServiceBundleFailedToStop |
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static Messages.PluginService |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Messages.PluginService[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Messages.PluginService BundleNotFound
public static final Messages.PluginService BundleFragmentStartError
public static final Messages.PluginService TeiidServiceBundleFailedToStop
public static final Messages.PluginService ServiceNotStarted
public static final Messages.PluginService CannotModifyCache
public static Messages.PluginService[] values()
for (Messages.PluginService c : Messages.PluginService.values()) System.out.println(c);
public static Messages.PluginService 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 toString()
toString
in class Enum<Messages.PluginService>
Copyright © 2013–2019. All rights reserved.