public enum EnumGradientOutputType extends java.lang.Enum<EnumGradientOutputType>
| Enum Constant and Description |
|---|
DB_DT
The DB_DT.
|
ELECTRIC_FIELD
The ELECTRIC_FIELD.
|
PER_NERVE_STIM
The PER_NERVE_STIM.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
This function returns the String value of this enum.
|
static EnumGradientOutputType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumGradientOutputType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumGradientOutputType DB_DT
public static final EnumGradientOutputType ELECTRIC_FIELD
public static final EnumGradientOutputType PER_NERVE_STIM
public static EnumGradientOutputType[] values()
for (EnumGradientOutputType c : EnumGradientOutputType.values()) System.out.println(c);
public static EnumGradientOutputType 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 nullpublic java.lang.String getValue()