|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||
java.lang.Objectjava.lang.Enum<EnumPhotonQuantity>
org.spase.parser122.EnumPhotonQuantity
public enum EnumPhotonQuantity
Java class for enumPhotonQuantity.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="enumPhotonQuantity">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="Emissivity"/>
<enumeration value="EnergyFlux"/>
<enumeration value="EquivalentWidth"/>
<enumeration value="Gyrofrequency"/>
<enumeration value="LineDepth"/>
<enumeration value="MagneticField"/>
<enumeration value="ModeAmplitude"/>
<enumeration value="PlasmaFrequency"/>
<enumeration value="Polarization"/>
<enumeration value="StokesParameters"/>
<enumeration value="Velocity"/>
</restriction>
</simpleType>
| Enum Constant Summary | |
|---|---|
EMISSIVITY
The ratio of radiant energy from a material to that from a blackbody at the same kinetic temperature |
|
ENERGY_FLUX
The amount of energy passing through a unit area in a unit time. |
|
EQUIVALENT_WIDTH
The area of the spectral line profile divided by the peak height or depth. |
|
GYROFREQUENCY
The frequency with which a charged particle (as an electron) executes spiral gyrations in moving obliquely across a magnetic field |
|
LINE_DEPTH
In spectra, a measure of the amount of absorption for a particular wavelength or frequency in the spectrum |
|
MAGNETIC_FIELD
Measurements of magnetic field vectors (sometimes not all components) as time series; can be space- or ground-based. |
|
MODE_AMPLITUDE
In helioseismology the magnitude of oscillation of waves of a particular geometry. |
|
PLASMA_FREQUENCY
The frequency with which a plasma oscillates. |
|
POLARIZATION
Direction of the electric vector of an electromagnetic wave. |
|
STOKES_PARAMETERS
The four coordinates (usually called I, Q, U, and V) relative to a particular basis for the representation of the polarization state of an electromagnetic wave propagating through space. |
|
VELOCITY
Rate of change of position. |
|
| Method Summary | |
|---|---|
static EnumPhotonQuantity |
fromValue(java.lang.String v)
|
java.lang.String |
value()
|
static EnumPhotonQuantity |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static EnumPhotonQuantity[] |
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 EnumPhotonQuantity EMISSIVITY
public static final EnumPhotonQuantity ENERGY_FLUX
public static final EnumPhotonQuantity EQUIVALENT_WIDTH
public static final EnumPhotonQuantity GYROFREQUENCY
public static final EnumPhotonQuantity LINE_DEPTH
public static final EnumPhotonQuantity MAGNETIC_FIELD
public static final EnumPhotonQuantity MODE_AMPLITUDE
public static final EnumPhotonQuantity PLASMA_FREQUENCY
public static final EnumPhotonQuantity POLARIZATION
public static final EnumPhotonQuantity STOKES_PARAMETERS
public static final EnumPhotonQuantity VELOCITY
| Method Detail |
|---|
public static final EnumPhotonQuantity[] values()
for(EnumPhotonQuantity c : EnumPhotonQuantity.values())
System.out.println(c);
public static EnumPhotonQuantity 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 EnumPhotonQuantity fromValue(java.lang.String v)
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||