public static enum TaxaMatchListTransducer.operators extends Enum<TaxaMatchListTransducer.operators>
| Enum Constant and Description |
|---|
BEGINS_WITH |
CONTAINS |
ENDS_WITH |
EQUAL |
NOT_EQUAL |
| Modifier and Type | Method and Description |
|---|---|
static TaxaMatchListTransducer.operators |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TaxaMatchListTransducer.operators[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TaxaMatchListTransducer.operators EQUAL
public static final TaxaMatchListTransducer.operators NOT_EQUAL
public static final TaxaMatchListTransducer.operators CONTAINS
public static final TaxaMatchListTransducer.operators BEGINS_WITH
public static final TaxaMatchListTransducer.operators ENDS_WITH
public static TaxaMatchListTransducer.operators[] values()
for (TaxaMatchListTransducer.operators c : TaxaMatchListTransducer.operators.values()) System.out.println(c);
public static TaxaMatchListTransducer.operators 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 © 2016. All Rights Reserved.