org.spase.parser134
Enum EnumSpectralRange

java.lang.Object
  extended by java.lang.Enum<EnumSpectralRange>
      extended by org.spase.parser134.EnumSpectralRange
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<EnumSpectralRange>

public enum EnumSpectralRange
extends java.lang.Enum<EnumSpectralRange>

Java class for enumSpectralRange.

The following schema fragment specifies the expected content contained within this class.

 <simpleType name="enumSpectralRange">
   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     <enumeration value="CaK"/>
     <enumeration value="ExtremeUltraviolet"/>
     <enumeration value="GammaRays"/>
     <enumeration value="Halpha"/>
     <enumeration value="HardXrays"/>
     <enumeration value="He10830"/>
     <enumeration value="Infrared"/>
     <enumeration value="K7699"/>
     <enumeration value="Microwave"/>
     <enumeration value="NaD"/>
     <enumeration value="Ni6768"/>
     <enumeration value="Optical"/>
     <enumeration value="RadioFrequency"/>
     <enumeration value="Ultraviolet"/>
     <enumeration value="WhiteLight"/>
     <enumeration value="XRays"/>
   </restriction>
 </simpleType>
 


Enum Constant Summary
CA_K
          A spectrum with a wavelength of range centered near 393.5 nm.
EXTREME_ULTRAVIOLET
          A spectrum with a wavelength range of 10.0 nm to 125.0nm.
GAMMA_RAYS
          Photons with a wavelength range: 0.00001 to 0.001 nm
HALPHA
          A spectrum with a wavelength range centered at 656.3 nm.
HARD_XRAYS
          Photons with a wavelength range: 0.001 to 0.1 nm
HE_10830
          A spectrum with a wavelength range centered at 1082.9 nm.
INFRARED
          Photons with a wavelength range: 760 to 1.00x10^6 nm
K_7699
          A spectrum with a wavelength range centerd at 769.9 nm.
MICROWAVE
          Photons with a wavelength range: 1.00x10^6 to 1.50x10^7 nm
NA_D
          A spectrum with a wavelength range of centered at 589.3 nm.
NI_6768
          A spectrum with a wavelength range centered at 676.8 nm.
OPTICAL
          Photons with a wavelength range: 380 to 760 nm
RADIO_FREQUENCY
          Photons with a wavelength range: 100,000 to 1.00x10^11 nm
ULTRAVIOLET
          Photons with a wavelength range: 10 to 400 nm.
WHITE_LIGHT
          Photons with a wavelength in the visable range for humans!!!
X_RAYS
          Photons with a wavelength range: 0.001 <= x < 10 nm
 
Method Summary
static EnumSpectralRange fromValue(java.lang.String v)
           
 java.lang.String value()
           
static EnumSpectralRange valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static EnumSpectralRange[] values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

CA_K

public static final EnumSpectralRange CA_K
A spectrum with a wavelength of range centered near 393.5 nm. VSO nickname: Ca-K image with range of 391.9 nm to 395.2 nm.


EXTREME_ULTRAVIOLET

public static final EnumSpectralRange EXTREME_ULTRAVIOLET
A spectrum with a wavelength range of 10.0 nm to 125.0nm. VSO nickname: EUV image with a range of of 10.0 nm to 125.0 nm


GAMMA_RAYS

public static final EnumSpectralRange GAMMA_RAYS
Photons with a wavelength range: 0.00001 to 0.001 nm


HALPHA

public static final EnumSpectralRange HALPHA
A spectrum with a wavelength range centered at 656.3 nm. VSO nickname: H-alpha image with a spectrum range of of 655.8 nm to 656.8 nm.


HARD_XRAYS

public static final EnumSpectralRange HARD_XRAYS
Photons with a wavelength range: 0.001 to 0.1 nm


HE_10830

public static final EnumSpectralRange HE_10830
A spectrum with a wavelength range centered at 1082.9 nm. VSO nickname: He 10830 image with a range of 1082.5 nm to 1083.3 nm.


INFRARED

public static final EnumSpectralRange INFRARED
Photons with a wavelength range: 760 to 1.00x10^6 nm


K_7699

public static final EnumSpectralRange K_7699
A spectrum with a wavelength range centerd at 769.9 nm. VSO nickname: K-7699 dopplergram with a range of 769.8 nm to 770.0 nm.


MICROWAVE

public static final EnumSpectralRange MICROWAVE
Photons with a wavelength range: 1.00x10^6 to 1.50x10^7 nm


NA_D

public static final EnumSpectralRange NA_D
A spectrum with a wavelength range of centered at 589.3 nm. VSO nickname: Na-D image with a range of 588.8 nm to 589.8 nm.


NI_6768

public static final EnumSpectralRange NI_6768
A spectrum with a wavelength range centered at 676.8 nm. VSO nickname: Ni-6768 dopplergram with a range of of 676.7 nm to 676.9 nm.


OPTICAL

public static final EnumSpectralRange OPTICAL
Photons with a wavelength range: 380 to 760 nm


RADIO_FREQUENCY

public static final EnumSpectralRange RADIO_FREQUENCY
Photons with a wavelength range: 100,000 to 1.00x10^11 nm


ULTRAVIOLET

public static final EnumSpectralRange ULTRAVIOLET
Photons with a wavelength range: 10 to 400 nm.


WHITE_LIGHT

public static final EnumSpectralRange WHITE_LIGHT
Photons with a wavelength in the visable range for humans!!!


X_RAYS

public static final EnumSpectralRange X_RAYS
Photons with a wavelength range: 0.001 <= x < 10 nm

Method Detail

values

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

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

valueOf

public static EnumSpectralRange 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

value

public java.lang.String value()

fromValue

public static EnumSpectralRange fromValue(java.lang.String v)