com.pax.dal.entity
Enum EBeepMode
- java.lang.Object
-
- java.lang.Enum<EBeepMode>
-
- com.pax.dal.entity.EBeepMode
-
-
Enum Constant Summary
Enum Constants Enum Constant and Description FREQUENCE_LEVEL_0频率0frequency 0FREQUENCE_LEVEL_1频率1frequency 1FREQUENCE_LEVEL_2频率2frequency 2FREQUENCE_LEVEL_3频率3frequency 3FREQUENCE_LEVEL_4频率4frequency 4FREQUENCE_LEVEL_5频率5frequency 5FREQUENCE_LEVEL_6频率6frequency 6
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method and Description bytegetBeepMode()获取频率值获取频率值static EBeepModevalueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static EBeepMode[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
FREQUENCE_LEVEL_0
public static final EBeepMode FREQUENCE_LEVEL_0
频率0frequency 0
-
FREQUENCE_LEVEL_1
public static final EBeepMode FREQUENCE_LEVEL_1
频率1frequency 1
-
FREQUENCE_LEVEL_2
public static final EBeepMode FREQUENCE_LEVEL_2
频率2frequency 2
-
FREQUENCE_LEVEL_3
public static final EBeepMode FREQUENCE_LEVEL_3
频率3frequency 3
-
FREQUENCE_LEVEL_4
public static final EBeepMode FREQUENCE_LEVEL_4
频率4frequency 4
-
FREQUENCE_LEVEL_5
public static final EBeepMode FREQUENCE_LEVEL_5
频率5frequency 5
-
FREQUENCE_LEVEL_6
public static final EBeepMode FREQUENCE_LEVEL_6
频率6frequency 6
-
-
Method Detail
-
values
public static EBeepMode[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (EBeepMode c : EBeepMode.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static EBeepMode valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
java.lang.IllegalArgumentException- if this enum type has no constant with the specified namejava.lang.NullPointerException- if the argument is null
-
getBeepMode
public byte getBeepMode()
获取频率值获取频率值- Returns:
-
-