|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Objectjava.lang.Enum<PulseSequenceVariant>
com.xinapse.dicom.PulseSequenceVariant
public enum PulseSequenceVariant
An enumeration of recognised DICOM pulse sequence variants.
| Enum Constant Summary | |
|---|---|
MP
Magnetization prepared variant. |
|
MTC
Magnetisation transfer variant. |
|
NONE
No variant. |
|
OSP
Oversampling phase variant. |
|
SK
Segmented k-space variant. |
|
SP
Spoiled variant. |
|
SS
Steady-state variant. |
|
TRSS
Time-reversed steady-state variant. |
|
| Method Summary | |
|---|---|
static PulseSequenceVariant |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static PulseSequenceVariant[] |
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, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final PulseSequenceVariant SK
public static final PulseSequenceVariant MTC
public static final PulseSequenceVariant SS
public static final PulseSequenceVariant TRSS
public static final PulseSequenceVariant SP
public static final PulseSequenceVariant MP
public static final PulseSequenceVariant OSP
public static final PulseSequenceVariant NONE
| Method Detail |
|---|
public static PulseSequenceVariant[] values()
for (PulseSequenceVariant c : PulseSequenceVariant.values()) System.out.println(c);
public static PulseSequenceVariant 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 null
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||