static enum ScannerModel.FilterModel.ByteArrayComparableModel.ComparatorType extends Enum<ScannerModel.FilterModel.ByteArrayComparableModel.ComparatorType>
Enum Constant and Description |
---|
BinaryComparator |
BinaryPrefixComparator |
BitComparator |
NullComparator |
RegexStringComparator |
SubstringComparator |
Modifier and Type | Method and Description |
---|---|
static ScannerModel.FilterModel.ByteArrayComparableModel.ComparatorType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ScannerModel.FilterModel.ByteArrayComparableModel.ComparatorType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ScannerModel.FilterModel.ByteArrayComparableModel.ComparatorType BinaryComparator
public static final ScannerModel.FilterModel.ByteArrayComparableModel.ComparatorType BinaryPrefixComparator
public static final ScannerModel.FilterModel.ByteArrayComparableModel.ComparatorType BitComparator
public static final ScannerModel.FilterModel.ByteArrayComparableModel.ComparatorType NullComparator
public static final ScannerModel.FilterModel.ByteArrayComparableModel.ComparatorType RegexStringComparator
public static final ScannerModel.FilterModel.ByteArrayComparableModel.ComparatorType SubstringComparator
public static ScannerModel.FilterModel.ByteArrayComparableModel.ComparatorType[] values()
for (ScannerModel.FilterModel.ByteArrayComparableModel.ComparatorType c : ScannerModel.FilterModel.ByteArrayComparableModel.ComparatorType.values()) System.out.println(c);
public static ScannerModel.FilterModel.ByteArrayComparableModel.ComparatorType 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 nullCopyright © 2007–2020 The Apache Software Foundation. All rights reserved.