public enum DwzLogStatus extends Enum<DwzLogStatus>
| Enum Constant and Description |
|---|
EFFECTIVE
有效的
|
Expired
已过期的
|
INVALID
无效的
|
| Modifier and Type | Method and Description |
|---|---|
int |
getStatus() |
static DwzLogStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DwzLogStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DwzLogStatus INVALID
public static final DwzLogStatus EFFECTIVE
public static final DwzLogStatus Expired
public static DwzLogStatus[] values()
for (DwzLogStatus c : DwzLogStatus.values()) System.out.println(c);
public static DwzLogStatus 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 getStatus()
Copyright © 2021–2022 EasyJ????. All rights reserved.