|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Objectjava.lang.Enum<TUnits>
com.xinapse.multisliceimage.Analyze.TUnits
public enum TUnits
This class represents the NIFTI units of time.
| Enum Constant Summary | |
|---|---|
HERTZ
Time units of Hertz. |
|
MSEC
Time units of milli seconds. |
|
PPM
Time units of Hertz. |
|
SEC
Time units of seconds. |
|
UNKNOWN
Unknown time units; assume seconds by default. |
|
USEC
Time units of micro seconds. |
|
| Method Summary | |
|---|---|
static void |
main(java.lang.String[] args)
Run a self-test on the TUnits class. |
java.lang.String |
toString()
Returns a string describing this TUnits. |
static TUnits |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static TUnits[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final TUnits UNKNOWN
public static final TUnits SEC
public static final TUnits MSEC
public static final TUnits USEC
public static final TUnits HERTZ
public static final TUnits PPM
| Method Detail |
|---|
public static TUnits[] values()
for (TUnits c : TUnits.values()) System.out.println(c);
public static TUnits 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 name
java.lang.NullPointerException - if the argument is nullpublic java.lang.String toString()
toString in class java.lang.Enum<TUnits>public static void main(java.lang.String[] args)
args - ignored.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||