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