public static enum BANNER.MatchCriteria extends Enum<BANNER.MatchCriteria>
| Enum Constant and Description |
|---|
Approximate |
Left |
LeftOrRight |
Partial |
Right |
Strict |
| Modifier and Type | Method and Description |
|---|---|
static BANNER.MatchCriteria |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BANNER.MatchCriteria[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BANNER.MatchCriteria Strict
public static final BANNER.MatchCriteria Left
public static final BANNER.MatchCriteria Right
public static final BANNER.MatchCriteria LeftOrRight
public static final BANNER.MatchCriteria Approximate
public static final BANNER.MatchCriteria Partial
public static BANNER.MatchCriteria[] values()
for (BANNER.MatchCriteria c : BANNER.MatchCriteria.values()) System.out.println(c);
public static BANNER.MatchCriteria 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 © 2018 JULIE Lab, Germany. All rights reserved.