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