public enum FilterType extends Enum<FilterType>
| Enum Constant and Description |
|---|
CORRELATION_FILTER
Enum value CorrelationFilter.
|
SQL_FILTER
Enum value SqlFilter.
|
| Modifier and Type | Method and Description |
|---|---|
static FilterType |
fromString(String value)
Parses a serialized value to a FilterType instance.
|
String |
toString() |
static FilterType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FilterType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FilterType SQL_FILTER
public static final FilterType CORRELATION_FILTER
public static FilterType[] values()
public static FilterType 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 static FilterType fromString(String value)
value - the serialized value to parse.public String toString()
toString in class Enum<FilterType>Copyright © 2021 Microsoft Corporation. All rights reserved.