ucl.physiol.neuroconstruct.cell.converters
Enum NeurolucidaReader.ASC_State
java.lang.Object
java.lang.Enum<NeurolucidaReader.ASC_State>
ucl.physiol.neuroconstruct.cell.converters.NeurolucidaReader.ASC_State
- All Implemented Interfaces:
- Serializable, Comparable<NeurolucidaReader.ASC_State>
- Enclosing class:
- NeurolucidaReader
public static enum NeurolucidaReader.ASC_State
- extends Enum<NeurolucidaReader.ASC_State>
What part of the neuron is being referred to. Could be inside ASCInfo...
ROOT
public static final NeurolucidaReader.ASC_State ROOT
NEURITE
public static final NeurolucidaReader.ASC_State NEURITE
CELL_BODY
public static final NeurolucidaReader.ASC_State CELL_BODY
UNSUPPORTED_ELEMENT
public static final NeurolucidaReader.ASC_State UNSUPPORTED_ELEMENT
values
public static NeurolucidaReader.ASC_State[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (NeurolucidaReader.ASC_State c : NeurolucidaReader.ASC_State.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static NeurolucidaReader.ASC_State valueOf(String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name - the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is null