public enum FlatsyQueryResult extends Enum<FlatsyQueryResult>
| Enum Constant and Description |
|---|
Blocked |
Match |
MatchThenBlock |
NoMatch |
| Modifier and Type | Method and Description |
|---|---|
static FlatsyQueryResult |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FlatsyQueryResult[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FlatsyQueryResult Match
public static final FlatsyQueryResult NoMatch
public static final FlatsyQueryResult Blocked
public static final FlatsyQueryResult MatchThenBlock
public static FlatsyQueryResult[] values()
for (FlatsyQueryResult c : FlatsyQueryResult.values()) System.out.println(c);
public static FlatsyQueryResult 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.