public enum ResourcesSummary extends java.lang.Enum<ResourcesSummary>
Enum Constant and Description |
---|
FORWARD_RATE |
REVERSE_RATE |
STEADY_STATE |
TIME_COURSE |
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
_neuromlId |
private java.lang.String |
_summaryId |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getNeuromlId() |
java.lang.String |
getSummaryId() |
static ResourcesSummary |
getValueByValue(java.lang.String value) |
static ResourcesSummary |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ResourcesSummary[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ResourcesSummary FORWARD_RATE
public static final ResourcesSummary REVERSE_RATE
public static final ResourcesSummary STEADY_STATE
public static final ResourcesSummary TIME_COURSE
private java.lang.String _neuromlId
private java.lang.String _summaryId
public static ResourcesSummary[] values()
for (ResourcesSummary c : ResourcesSummary.values()) System.out.println(c);
public static ResourcesSummary 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 getNeuromlId()
public java.lang.String getSummaryId()
public static ResourcesSummary getValueByValue(java.lang.String value)