public enum CheckinClearType extends Enum<CheckinClearType>
Enum Constant and Description |
---|
LOC_INFOS
清空loc_infos字段( wifimac_infos和loc_infos不可同时为空 )
|
SPE_OFFDAYS
清空spe_offdays字段
|
SPE_WORKDAYS
清空spe_workdays字段
|
WIFIMAC_INFOS
清空wifimac_infos字段
|
Modifier and Type | Field and Description |
---|---|
private int |
type |
Modifier and Type | Method and Description |
---|---|
static CheckinClearType |
deserialize(int type)
Deserialize CheckinClearType
|
int |
getType()
Gets type.
|
static CheckinClearType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CheckinClearType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CheckinClearType SPE_WORKDAYS
public static final CheckinClearType SPE_OFFDAYS
public static final CheckinClearType WIFIMAC_INFOS
public static final CheckinClearType LOC_INFOS
public static CheckinClearType[] values()
for (CheckinClearType c : CheckinClearType.values()) System.out.println(c);
public static CheckinClearType 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 nullpublic int getType()
public static CheckinClearType deserialize(int type)
type
- the typeCopyright © 2025. All rights reserved.