public enum DataProcessorType extends Enum<DataProcessorType>
| Enum Constant and Description |
|---|
AGGREGATE |
ALGORITHM |
ENRICH |
ENRICH_TEXT |
FILTER |
GEO |
PATTERN_DETECT |
TRANSFORM |
UNCATEGORIZED |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
String |
getLabel() |
static DataProcessorType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataProcessorType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DataProcessorType FILTER
public static final DataProcessorType AGGREGATE
public static final DataProcessorType ENRICH_TEXT
public static final DataProcessorType ENRICH
public static final DataProcessorType GEO
public static final DataProcessorType PATTERN_DETECT
public static final DataProcessorType ALGORITHM
public static final DataProcessorType TRANSFORM
public static final DataProcessorType UNCATEGORIZED
public static DataProcessorType[] values()
for (DataProcessorType c : DataProcessorType.values()) System.out.println(c);
public static DataProcessorType 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 getLabel()
public String getDescription()
Copyright © 2019. All rights reserved.