public static enum HasFlagQueryFactory.FLAGS extends java.lang.Enum<HasFlagQueryFactory.FLAGS>
| Enum Constant and Description |
|---|
NO_HINT_FOR_COUNTERPART |
NO_HINT_FOR_ME |
WHATS_AROUND |
WHATS_NEW |
| Modifier and Type | Method and Description |
|---|---|
static HasFlagQueryFactory.FLAGS |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static HasFlagQueryFactory.FLAGS[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HasFlagQueryFactory.FLAGS WHATS_AROUND
public static final HasFlagQueryFactory.FLAGS WHATS_NEW
public static final HasFlagQueryFactory.FLAGS NO_HINT_FOR_COUNTERPART
public static final HasFlagQueryFactory.FLAGS NO_HINT_FOR_ME
public static HasFlagQueryFactory.FLAGS[] values()
for (HasFlagQueryFactory.FLAGS c : HasFlagQueryFactory.FLAGS.values()) System.out.println(c);
public static HasFlagQueryFactory.FLAGS valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullCopyright © 2018. All Rights Reserved.