public enum ZeroTax extends Enum<ZeroTax>
| Enum Constant and Description |
|---|
BU_ZHENG_SHUI |
CHU_KOU_TUI_SHUI |
MIAN_SHUI |
PU_TONG_LING_SHUI_LV |
| Modifier and Type | Method and Description |
|---|---|
static ZeroTax |
fromValue(Integer value) |
int |
getValue() |
String |
toString() |
static ZeroTax |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ZeroTax[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ZeroTax CHU_KOU_TUI_SHUI
public static final ZeroTax MIAN_SHUI
public static final ZeroTax BU_ZHENG_SHUI
public static final ZeroTax PU_TONG_LING_SHUI_LV
public static ZeroTax[] values()
for (ZeroTax c : ZeroTax.values()) System.out.println(c);
public static ZeroTax 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 getValue()
Copyright © 2020. All rights reserved.