public enum EnumCV_SpinalCordFibers extends java.lang.Enum<EnumCV_SpinalCordFibers>
| Enum Constant and Description |
|---|
DORSAL_FUNICULUS_T_A7081 |
LATERAL_FUNICULUS_T_A7091 |
VENTRAL_FUNICULUS_T_A7061 |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
This function returns the String value of this enum.
|
static EnumCV_SpinalCordFibers |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumCV_SpinalCordFibers[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumCV_SpinalCordFibers DORSAL_FUNICULUS_T_A7081
public static final EnumCV_SpinalCordFibers VENTRAL_FUNICULUS_T_A7061
public static final EnumCV_SpinalCordFibers LATERAL_FUNICULUS_T_A7091
public static EnumCV_SpinalCordFibers[] values()
for (EnumCV_SpinalCordFibers c : EnumCV_SpinalCordFibers.values()) System.out.println(c);
public static EnumCV_SpinalCordFibers 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 getValue()