public static enum EcdaPluginFactory.PluginType extends java.lang.Enum<EcdaPluginFactory.PluginType>
Enum Constant and Description |
---|
FactoryPlugin |
Formatter |
Parser |
Sink |
Source |
Modifier and Type | Method and Description |
---|---|
static EcdaPluginFactory.PluginType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EcdaPluginFactory.PluginType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EcdaPluginFactory.PluginType Source
public static final EcdaPluginFactory.PluginType Sink
public static final EcdaPluginFactory.PluginType Parser
public static final EcdaPluginFactory.PluginType Formatter
public static final EcdaPluginFactory.PluginType FactoryPlugin
public static EcdaPluginFactory.PluginType[] values()
for (EcdaPluginFactory.PluginType c : EcdaPluginFactory.PluginType.values()) System.out.println(c);
public static EcdaPluginFactory.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 nullCopyright (C) 2003-2021 SQLstream, Inc.