ucl.physiol.neuroconstruct.cell.converters
Enum NeurolucidaReader.ASCLine_State
java.lang.Object
java.lang.Enum<NeurolucidaReader.ASCLine_State>
ucl.physiol.neuroconstruct.cell.converters.NeurolucidaReader.ASCLine_State
- All Implemented Interfaces:
- Serializable, Comparable<NeurolucidaReader.ASCLine_State>
- Enclosing class:
- NeurolucidaReader
public static enum NeurolucidaReader.ASCLine_State
- extends Enum<NeurolucidaReader.ASCLine_State>
Could be inside ASCLine...
UNKNOWN
public static final NeurolucidaReader.ASCLine_State UNKNOWN
EMPTY_LINE
public static final NeurolucidaReader.ASCLine_State EMPTY_LINE
COMMENT_ONLY
public static final NeurolucidaReader.ASCLine_State COMMENT_ONLY
OPENING_BRACKET
public static final NeurolucidaReader.ASCLine_State OPENING_BRACKET
CLOSING_BRACKET
public static final NeurolucidaReader.ASCLine_State CLOSING_BRACKET
NORMAL
public static final NeurolucidaReader.ASCLine_State NORMAL
INCOMPLETE
public static final NeurolucidaReader.ASCLine_State INCOMPLETE
HIGH
public static final NeurolucidaReader.ASCLine_State HIGH
LOW
public static final NeurolucidaReader.ASCLine_State LOW
ORIGIN
public static final NeurolucidaReader.ASCLine_State ORIGIN
MIDDLE
public static final NeurolucidaReader.ASCLine_State MIDDLE
GENERATED
public static final NeurolucidaReader.ASCLine_State GENERATED
SPLIT_MARK
public static final NeurolucidaReader.ASCLine_State SPLIT_MARK
POINT_SPEC
public static final NeurolucidaReader.ASCLine_State POINT_SPEC
BRACKETED_DIRECTIVE
public static final NeurolucidaReader.ASCLine_State BRACKETED_DIRECTIVE
ANGLE_BRACKETED
public static final NeurolucidaReader.ASCLine_State ANGLE_BRACKETED
OPENING_BRACKET_DIRECTIVE
public static final NeurolucidaReader.ASCLine_State OPENING_BRACKET_DIRECTIVE
values
public static NeurolucidaReader.ASCLine_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.ASCLine_State c : NeurolucidaReader.ASCLine_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.ASCLine_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