public static enum NiftiHeader.SliceCode extends java.lang.Enum<NiftiHeader.SliceCode>
Enum Constant and Description |
---|
NIFTI_SLICE_ALT_DEC |
NIFTI_SLICE_ALT_INC |
NIFTI_SLICE_SEQ_DEC |
NIFTI_SLICE_SEQ_INC |
NIFTI_SLICE_UNKNOWN |
Modifier and Type | Method and Description |
---|---|
static NiftiHeader.SliceCode |
find(int id) |
static NiftiHeader.SliceCode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static NiftiHeader.SliceCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NiftiHeader.SliceCode NIFTI_SLICE_UNKNOWN
public static final NiftiHeader.SliceCode NIFTI_SLICE_SEQ_INC
public static final NiftiHeader.SliceCode NIFTI_SLICE_SEQ_DEC
public static final NiftiHeader.SliceCode NIFTI_SLICE_ALT_INC
public static final NiftiHeader.SliceCode NIFTI_SLICE_ALT_DEC
public static NiftiHeader.SliceCode[] values()
for (NiftiHeader.SliceCode c : NiftiHeader.SliceCode.values()) System.out.println(c);
public static NiftiHeader.SliceCode 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 static NiftiHeader.SliceCode find(int id)