org.spase.parser200
Enum EnumWaveQuantity

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

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

Java class for enumWaveQuantity.

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

 <simpleType name="enumWaveQuantity">
   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     <enumeration value="Absorption"/>
     <enumeration value="ACElectricField"/>
     <enumeration value="ACMagneticField"/>
     <enumeration value="DopplerFrequency"/>
     <enumeration value="Emissivity"/>
     <enumeration value="EnergyFlux"/>
     <enumeration value="EquivalentWidth"/>
     <enumeration value="Frequency"/>
     <enumeration value="Gyrofrequency"/>
     <enumeration value="Intensity"/>
     <enumeration value="LineDepth"/>
     <enumeration value="MagneticField"/>
     <enumeration value="ModeAmplitude"/>
     <enumeration value="PlasmaFrequency"/>
     <enumeration value="Polarization"/>
     <enumeration value="PoyntingFlux"/>
     <enumeration value="PropagationTime"/>
     <enumeration value="StokesParameters"/>
     <enumeration value="Velocity"/>
     <enumeration value="Wavelength"/>
   </restriction>
 </simpleType>
 


Enum Constant Summary
ABSORPTION
          Decrease of radiant energy (relative to the background continuum spectrum).
AC_ELECTRIC_FIELD
          Alternating electric field component of a wave.
AC_MAGNETIC_FIELD
          Alternating magnetic field component of a wave.
DOPPLER_FREQUENCY
          Change in the frequency of a propagating wave due to motion of the source, the observer, the reflector, or the propagation medium.
EMISSIVITY
          The energy emitted spontaneously per unit bandwidth (typically frequency) per unit time per unit mass of source.
ENERGY_FLUX
          The amount of energy passing through a unit area in a unit time.
EQUIVALENT_WIDTH
          The spectral width of a total absorption line having the amount of absorbed radiant energy being equivalent to that in an observed absorption line.
FREQUENCY
          The number of occurrences of a repeating event per unit time.
GYROFREQUENCY
          The number of gyrations around a magnetic guiding center (field line) a charged particle makes per unit time due to the Lorentz force.
INTENSITY
          The measurement of radiant or wave energy per unit detector area per unit bandwidth per unit solid angle per unit time.
LINE_DEPTH
          The measure of the amount of absorption below the continuum (depth) in a particular wavelength or frequency in an absorption spectrum.
MAGNETIC_FIELD
          A region of space near a magnetized body where magnetic forces can be detected (as measured by methods such as Zeeman splitting, etc.).
MODE_AMPLITUDE
          In helioseismology the magnitude of oscillation of waves of a particular geometry.
PLASMA_FREQUENCY
          A number-density-dependent characteristic frequency of a plasma.
POLARIZATION
          Direction of the electric vector of an electromagnetic wave.
POYNTING_FLUX
          Electromagnetic energy flux transported by a wave characterized as the rate of energy transport per unit area per steradian.
PROPAGATION_TIME
          Time difference between transmission and reception of a wave in an active wave experiment.
STOKES_PARAMETERS
          A set of four parameters (usually called I,Q, U and V) which describe the polarization state of an electromagnetic wave propagating through space.
VELOCITY
          Rate of change of position.
WAVELENGTH
          The peak-to-peak distance over one wave period.
 
Method Summary
static EnumWaveQuantity fromValue(java.lang.String v)
           
 java.lang.String value()
           
static EnumWaveQuantity valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static EnumWaveQuantity[] 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

ABSORPTION

public static final EnumWaveQuantity ABSORPTION
Decrease of radiant energy (relative to the background continuum spectrum).


AC_ELECTRIC_FIELD

public static final EnumWaveQuantity AC_ELECTRIC_FIELD
Alternating electric field component of a wave.


AC_MAGNETIC_FIELD

public static final EnumWaveQuantity AC_MAGNETIC_FIELD
Alternating magnetic field component of a wave.


DOPPLER_FREQUENCY

public static final EnumWaveQuantity DOPPLER_FREQUENCY
Change in the frequency of a propagating wave due to motion of the source, the observer, the reflector, or the propagation medium.


EMISSIVITY

public static final EnumWaveQuantity EMISSIVITY
The energy emitted spontaneously per unit bandwidth (typically frequency) per unit time per unit mass of source. Emissivity is usually integrated over all directions/solid angles.


ENERGY_FLUX

public static final EnumWaveQuantity ENERGY_FLUX
The amount of energy passing through a unit area in a unit time.


EQUIVALENT_WIDTH

public static final EnumWaveQuantity EQUIVALENT_WIDTH
The spectral width of a total absorption line having the amount of absorbed radiant energy being equivalent to that in an observed absorption line.


FREQUENCY

public static final EnumWaveQuantity FREQUENCY
The number of occurrences of a repeating event per unit time.


GYROFREQUENCY

public static final EnumWaveQuantity GYROFREQUENCY
The number of gyrations around a magnetic guiding center (field line) a charged particle makes per unit time due to the Lorentz force.


INTENSITY

public static final EnumWaveQuantity INTENSITY
The measurement of radiant or wave energy per unit detector area per unit bandwidth per unit solid angle per unit time.


LINE_DEPTH

public static final EnumWaveQuantity LINE_DEPTH
The measure of the amount of absorption below the continuum (depth) in a particular wavelength or frequency in an absorption spectrum.


MAGNETIC_FIELD

public static final EnumWaveQuantity MAGNETIC_FIELD
A region of space near a magnetized body where magnetic forces can be detected (as measured by methods such as Zeeman splitting, etc.).


MODE_AMPLITUDE

public static final EnumWaveQuantity MODE_AMPLITUDE
In helioseismology the magnitude of oscillation of waves of a particular geometry.


PLASMA_FREQUENCY

public static final EnumWaveQuantity PLASMA_FREQUENCY
A number-density-dependent characteristic frequency of a plasma.


POLARIZATION

public static final EnumWaveQuantity POLARIZATION
Direction of the electric vector of an electromagnetic wave. The wave can be linearly polarized in any direction perpendicular to the direction of travel, circularly polarized (clockwise or counterclockwise), unpolarized, or mixtures of the above.


POYNTING_FLUX

public static final EnumWaveQuantity POYNTING_FLUX
Electromagnetic energy flux transported by a wave characterized as the rate of energy transport per unit area per steradian.


PROPAGATION_TIME

public static final EnumWaveQuantity PROPAGATION_TIME
Time difference between transmission and reception of a wave in an active wave experiment.


STOKES_PARAMETERS

public static final EnumWaveQuantity STOKES_PARAMETERS
A set of four parameters (usually called I,Q, U and V) which describe the polarization state of an electromagnetic wave propagating through space.


VELOCITY

public static final EnumWaveQuantity VELOCITY
Rate of change of position. Also used for the average velocity of a collection of particles, also referred to as "bulk velocity".


WAVELENGTH

public static final EnumWaveQuantity WAVELENGTH
The peak-to-peak distance over one wave period.

Method Detail

values

public static final EnumWaveQuantity[] 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(EnumWaveQuantity c : EnumWaveQuantity.values())
        System.out.println(c);

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

valueOf

public static EnumWaveQuantity 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 EnumWaveQuantity fromValue(java.lang.String v)