public static enum MMSearchCondition.TIME_CONDITION extends java.lang.Enum<MMSearchCondition.TIME_CONDITION>
| Enum Constant and Description |
|---|
HAS_ENDED |
IN_PROGRESS |
UNFINISHED |
WILL_BEGIN |
| Modifier and Type | Method and Description |
|---|---|
static MMSearchCondition.TIME_CONDITION |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MMSearchCondition.TIME_CONDITION[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MMSearchCondition.TIME_CONDITION WILL_BEGIN
public static final MMSearchCondition.TIME_CONDITION IN_PROGRESS
public static final MMSearchCondition.TIME_CONDITION HAS_ENDED
public static final MMSearchCondition.TIME_CONDITION UNFINISHED
public static MMSearchCondition.TIME_CONDITION[] values()
for (MMSearchCondition.TIME_CONDITION c : MMSearchCondition.TIME_CONDITION.values()) System.out.println(c);
public static MMSearchCondition.TIME_CONDITION 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 ? 2022. All Rights Reserved.