public static enum LeakyIntegratorModule.SilentInhibition extends java.lang.Enum<LeakyIntegratorModule.SilentInhibition>
Enum Constant and Description |
---|
INHIBITION_NOT_SILENT |
SILENT_INHIBITION_WITH_RESPECT_TO_FIRING_RATE |
SILENT_INHIBITION_WITH_RESPECT_TO_MEMBRANE_POTENTIAL |
Modifier and Type | Method and Description |
---|---|
static LeakyIntegratorModule.SilentInhibition |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LeakyIntegratorModule.SilentInhibition[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LeakyIntegratorModule.SilentInhibition INHIBITION_NOT_SILENT
public static final LeakyIntegratorModule.SilentInhibition SILENT_INHIBITION_WITH_RESPECT_TO_MEMBRANE_POTENTIAL
public static final LeakyIntegratorModule.SilentInhibition SILENT_INHIBITION_WITH_RESPECT_TO_FIRING_RATE
public static LeakyIntegratorModule.SilentInhibition[] values()
for (LeakyIntegratorModule.SilentInhibition c : LeakyIntegratorModule.SilentInhibition.values()) System.out.println(c);
public static LeakyIntegratorModule.SilentInhibition 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