public static enum Plugin.PluginType extends java.lang.Enum<Plugin.PluginType>
| Enum Constant and Description |
|---|
GATEWAY_PLUGIN_AUDIOBRIDGE |
GATEWAY_PLUGIN_P2PCALL |
GATEWAY_PLUGIN_UNKNOWN |
GATEWAY_PLUGIN_VIDEOCALL |
GATEWAY_PLUGIN_VIDEOROOM |
| Modifier and Type | Method and Description |
|---|---|
static Plugin.PluginType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Plugin.PluginType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Plugin.PluginType GATEWAY_PLUGIN_P2PCALL
public static final Plugin.PluginType GATEWAY_PLUGIN_VIDEOCALL
public static final Plugin.PluginType GATEWAY_PLUGIN_AUDIOBRIDGE
public static final Plugin.PluginType GATEWAY_PLUGIN_VIDEOROOM
public static final Plugin.PluginType GATEWAY_PLUGIN_UNKNOWN
public static Plugin.PluginType[] values()
for (Plugin.PluginType c : Plugin.PluginType.values()) System.out.println(c);
public static Plugin.PluginType 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 null