public enum ProcessorType extends Enum<ProcessorType>
| Enum Constant and Description |
|---|
ACTION |
CORRELATOR |
CORRELATOR_GROUP |
FILTER |
RULE |
RULE_GROUP |
TRIGGER |
| Modifier and Type | Method and Description |
|---|---|
Class<? extends ProcessorAdapter> |
getAdapterClass() |
String |
getLabel() |
String |
getName()
Returns name.
|
static ProcessorType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProcessorType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ProcessorType ACTION
public static final ProcessorType FILTER
public static final ProcessorType TRIGGER
public static final ProcessorType RULE_GROUP
public static final ProcessorType RULE
public static final ProcessorType CORRELATOR_GROUP
public static final ProcessorType CORRELATOR
public static ProcessorType[] values()
for (ProcessorType c : ProcessorType.values()) System.out.println(c);
public static ProcessorType 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 getName()
public Class<? extends ProcessorAdapter> getAdapterClass()
public String getLabel()
Copyright © 2016–2019 Softelnet. All rights reserved.