|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||
java.lang.Objectjava.lang.Enum<EnumWaveQuantity>
org.spase.parser200.EnumWaveQuantity
public 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 |
|---|
public static final EnumWaveQuantity ABSORPTION
public static final EnumWaveQuantity AC_ELECTRIC_FIELD
public static final EnumWaveQuantity AC_MAGNETIC_FIELD
public static final EnumWaveQuantity DOPPLER_FREQUENCY
public static final EnumWaveQuantity EMISSIVITY
public static final EnumWaveQuantity ENERGY_FLUX
public static final EnumWaveQuantity EQUIVALENT_WIDTH
public static final EnumWaveQuantity FREQUENCY
public static final EnumWaveQuantity GYROFREQUENCY
public static final EnumWaveQuantity INTENSITY
public static final EnumWaveQuantity LINE_DEPTH
public static final EnumWaveQuantity MAGNETIC_FIELD
public static final EnumWaveQuantity MODE_AMPLITUDE
public static final EnumWaveQuantity PLASMA_FREQUENCY
public static final EnumWaveQuantity POLARIZATION
public static final EnumWaveQuantity POYNTING_FLUX
public static final EnumWaveQuantity PROPAGATION_TIME
public static final EnumWaveQuantity STOKES_PARAMETERS
public static final EnumWaveQuantity VELOCITY
public static final EnumWaveQuantity WAVELENGTH
| Method Detail |
|---|
public static final EnumWaveQuantity[] values()
for(EnumWaveQuantity c : EnumWaveQuantity.values())
System.out.println(c);
public static EnumWaveQuantity 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 namepublic java.lang.String value()
public static EnumWaveQuantity fromValue(java.lang.String v)
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||