public enum FilterSpecCompilerIndexPlannerHint extends Enum<FilterSpecCompilerIndexPlannerHint>
Enum Constant and Description |
---|
BOOLCOMPOSITE |
CONDITIONS |
LKUPCOMPOSITE |
VALUECOMPOSITE |
Modifier and Type | Method and Description |
---|---|
String |
getNameLowercase() |
static FilterSpecCompilerIndexPlannerHint |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FilterSpecCompilerIndexPlannerHint[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FilterSpecCompilerIndexPlannerHint LKUPCOMPOSITE
public static final FilterSpecCompilerIndexPlannerHint VALUECOMPOSITE
public static final FilterSpecCompilerIndexPlannerHint BOOLCOMPOSITE
public static final FilterSpecCompilerIndexPlannerHint CONDITIONS
public static FilterSpecCompilerIndexPlannerHint[] values()
for (FilterSpecCompilerIndexPlannerHint c : FilterSpecCompilerIndexPlannerHint.values()) System.out.println(c);
public static FilterSpecCompilerIndexPlannerHint 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 getNameLowercase()
Copyright © 2005–2020. All rights reserved.