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