public enum UHFModuleType extends java.lang.Enum<UHFModuleType>
| Enum Constant and Description |
|---|
SLR_MODULE
SLR模块 SLR MODULE
|
UM_MODULE
UM模块 UM MODULE
|
| Modifier and Type | Method and Description |
|---|---|
static UHFModuleType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static UHFModuleType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UHFModuleType UM_MODULE
public static final UHFModuleType SLR_MODULE
public static UHFModuleType[] values()
for (UHFModuleType c : UHFModuleType.values()) System.out.println(c);
public static UHFModuleType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null