|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<CoreEquationType>
neuroml.channel.CoreEquationType
public enum CoreEquationType
Java class for CoreEquationType.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="CoreEquationType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="exponential"/> <enumeration value="sigmoid"/> <enumeration value="linoid"/> </restriction> </simpleType>
Enum Constant Summary | |
---|---|
EXPONENTIAL
|
|
LINOID
|
|
SIGMOID
|
Method Summary | |
---|---|
static CoreEquationType |
fromValue(java.lang.String v)
|
java.lang.String |
value()
|
static CoreEquationType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static CoreEquationType[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final CoreEquationType EXPONENTIAL
public static final CoreEquationType LINOID
public static final CoreEquationType SIGMOID
Method Detail |
---|
public static final CoreEquationType[] values()
for(CoreEquationType c : CoreEquationType.values()) System.out.println(c);
public static CoreEquationType 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 namepublic java.lang.String value()
public static CoreEquationType fromValue(java.lang.String v)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |