Package com.mapr.cli
Enum AlarmCommands.AlarmEntryField
- java.lang.Object
-
- java.lang.Enum<AlarmCommands.AlarmEntryField>
-
- com.mapr.cli.AlarmCommands.AlarmEntryField
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<AlarmCommands.AlarmEntryField>
- Enclosing class:
- AlarmCommands
public static enum AlarmCommands.AlarmEntryField extends java.lang.Enum<AlarmCommands.AlarmEntryField>
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static AlarmCommands.AlarmEntryFieldvalueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static AlarmCommands.AlarmEntryField[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
an
public static final AlarmCommands.AlarmEntryField an
-
et
public static final AlarmCommands.AlarmEntryField et
-
st
public static final AlarmCommands.AlarmEntryField st
-
sct
public static final AlarmCommands.AlarmEntryField sct
-
des
public static final AlarmCommands.AlarmEntryField des
-
en
public static final AlarmCommands.AlarmEntryField en
-
gn
public static final AlarmCommands.AlarmEntryField gn
-
em
public static final AlarmCommands.AlarmEntryField em
-
ct
public static final AlarmCommands.AlarmEntryField ct
-
mt
public static final AlarmCommands.AlarmEntryField mt
-
mup
public static final AlarmCommands.AlarmEntryField mup
-
md
public static final AlarmCommands.AlarmEntryField md
-
ag
public static final AlarmCommands.AlarmEntryField ag
-
ac
public static final AlarmCommands.AlarmEntryField ac
-
ec
public static final AlarmCommands.AlarmEntryField ec
-
mc
public static final AlarmCommands.AlarmEntryField mc
-
tot
public static final AlarmCommands.AlarmEntryField tot
-
gt
public static final AlarmCommands.AlarmEntryField gt
-
-
Method Detail
-
values
public static AlarmCommands.AlarmEntryField[] 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 (AlarmCommands.AlarmEntryField c : AlarmCommands.AlarmEntryField.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static AlarmCommands.AlarmEntryField 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
-
-