public enum Type extends Enum<Type>
| 枚举常量和说明 |
|---|
ALI_POS
Ali pos type.
|
CR
Cr type.
|
MD
Md type.
|
POS
Pos type.
|
SOFT_POS
Soft pos type.
|
STORE
Store type.
|
VM
Vm type.
|
public static final Type CR
public static final Type STORE
public static final Type VM
public static final Type MD
public static final Type SOFT_POS
public static final Type POS
public static final Type ALI_POS
public static Type[] values()
for (Type c : Type.values()) System.out.println(c);
public static Type valueOf(String name)
name - 要返回的枚举常量的名称。IllegalArgumentException - 如果该枚举类型没有带有指定名称的常量NullPointerException - 如果参数为空值Copyright © 2018. All rights reserved.