com.xinapse.dicom
Enum PulseSequenceVariant

java.lang.Object
  extended by java.lang.Enum<PulseSequenceVariant>
      extended by com.xinapse.dicom.PulseSequenceVariant
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<PulseSequenceVariant>

public enum PulseSequenceVariant
extends java.lang.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

SK

public static final PulseSequenceVariant SK
Segmented k-space variant.


MTC

public static final PulseSequenceVariant MTC
Magnetisation transfer variant.


SS

public static final PulseSequenceVariant SS
Steady-state variant.


TRSS

public static final PulseSequenceVariant TRSS
Time-reversed steady-state variant.


SP

public static final PulseSequenceVariant SP
Spoiled variant.


MP

public static final PulseSequenceVariant MP
Magnetization prepared variant.


OSP

public static final PulseSequenceVariant OSP
Oversampling phase variant.


NONE

public static final PulseSequenceVariant NONE
No variant.

Method Detail

values

public static PulseSequenceVariant[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (PulseSequenceVariant c : PulseSequenceVariant.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static PulseSequenceVariant valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
java.lang.NullPointerException - if the argument is null


Copyright 2006-2011 Xinapse Systems Limited. All Rights Reserved.