public enum ResourcesDomainType extends java.lang.Enum<ResourcesDomainType>
Enum Constant and Description |
---|
BASE_SYNAPSE |
CELL |
CONNECTION |
CONNECTIONWD |
IONCHANNEL |
NETWORK |
POPULATION |
POPULATION_LIST |
POSTFRACTIONALONG |
PREFRACTIONALONG |
PROJECTION |
PULSEGENERATOR |
SYNAPSE |
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
_id |
private java.lang.String |
_value |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
get() |
java.lang.String |
getId() |
static java.lang.String |
getValueByComponentType(ComponentType componentType) |
static ResourcesDomainType |
getValueById(java.lang.String id) |
static ResourcesDomainType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ResourcesDomainType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ResourcesDomainType SYNAPSE
public static final ResourcesDomainType BASE_SYNAPSE
public static final ResourcesDomainType PREFRACTIONALONG
public static final ResourcesDomainType POSTFRACTIONALONG
public static final ResourcesDomainType IONCHANNEL
public static final ResourcesDomainType PULSEGENERATOR
public static final ResourcesDomainType POPULATION
public static final ResourcesDomainType POPULATION_LIST
public static final ResourcesDomainType PROJECTION
public static final ResourcesDomainType CONNECTION
public static final ResourcesDomainType CONNECTIONWD
public static final ResourcesDomainType NETWORK
public static final ResourcesDomainType CELL
public static ResourcesDomainType[] values()
for (ResourcesDomainType c : ResourcesDomainType.values()) System.out.println(c);
public static ResourcesDomainType 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 get()
public java.lang.String getId()
public static ResourcesDomainType getValueById(java.lang.String id)
public static java.lang.String getValueByComponentType(ComponentType componentType)