public enum Per extends Enum<Per>
| Enum Constant and Description |
|---|
BASE_DUXIAOMEI |
BASE_DUXIAOYAO |
BASE_DUXIAOYU |
BASE_DUYAYA |
QUALITY_DUBOWEN |
QUALITY_DUMIDUO |
QUALITY_DUXIAOJIAO |
QUALITY_DUXIAOLU |
QUALITY_DUXIAOMENG |
QUALITY_DUXIAOTONG |
QUALITY_DUXIAOYAO |
| Modifier and Type | Method and Description |
|---|---|
int |
getCode() |
String |
getDesc() |
static Per |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Per[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Per BASE_DUXIAOYU
public static final Per BASE_DUXIAOMEI
public static final Per BASE_DUXIAOYAO
public static final Per BASE_DUYAYA
public static final Per QUALITY_DUXIAOYAO
public static final Per QUALITY_DUXIAOLU
public static final Per QUALITY_DUBOWEN
public static final Per QUALITY_DUXIAOTONG
public static final Per QUALITY_DUXIAOMENG
public static final Per QUALITY_DUMIDUO
public static final Per QUALITY_DUXIAOJIAO
public static Per[] values()
for (Per c : Per.values()) System.out.println(c);
public static Per 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 String getDesc()
public int getCode()
Copyright © 2020. All rights reserved.