Package logic
Enum DRG_MODE
java.lang.Object
java.lang.Enum<DRG_MODE>
logic.DRG_MODE
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<DRG_MODE>,java.lang.constant.Constable
public enum DRG_MODE extends java.lang.Enum<DRG_MODE>
-
Nested Class Summary
-
Enum Constant Summary
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringDEG_MODE_VARIABLE -
Method Summary
-
Enum Constant Details
-
Field Details
-
DEG_MODE_VARIABLE
public static final java.lang.String DEG_MODE_VARIABLE- See Also:
- Constant Field Values
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
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
-