|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||
java.lang.Objectjava.lang.Enum<EnumPhenomenonType>
org.spase.parser200.EnumPhenomenonType
public enum EnumPhenomenonType
Java class for enumPhenomenonType.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="enumPhenomenonType">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="ActiveRegion"/>
<enumeration value="Aurora"/>
<enumeration value="BowShockCrossing"/>
<enumeration value="CoronalHole"/>
<enumeration value="CoronalMassEjection"/>
<enumeration value="EITWave"/>
<enumeration value="EnergeticSolarParticleEvent"/>
<enumeration value="ForbushDecrease"/>
<enumeration value="GeomagneticStorm"/>
<enumeration value="InterplanetaryShock"/>
<enumeration value="MagneticCloud"/>
<enumeration value="MagnetopauseCrossing"/>
<enumeration value="RadioBurst"/>
<enumeration value="SolarFlare"/>
<enumeration value="SolarWindExtreme"/>
<enumeration value="Substorm"/>
</restriction>
</simpleType>
| Enum Constant Summary | |
|---|---|
ACTIVE_REGION
A localized, transient volume of the solar atmosphere in which PLAGEs, SUNSPOTS, FACULAe, FLAREs, etc. |
|
AURORA
An atmospheric phenomenon consisting of bands of light caused by charged solar particles following the earth's magnetic lines of force. |
|
BOW_SHOCK_CROSSING
A crossing of the boundary between the undisturbed (except for foreshock effects) solar wind and the shocked, decelerated solar wind of the magnetosheath. |
|
CORONAL_HOLE
An extended region of the corona, exceptionally low in density and associated with unipolar photospheric regions. |
|
CORONAL_MASS_EJECTION
A solar event which involves a burst of plasma which is ejected from the Sun into the interplanetary medium. |
|
EIT_WAVE
A wave in the corona of the Sun which produce shock waves on the Suns chromosphere (Moreton Waves). |
|
ENERGETIC_SOLAR_PARTICLE_EVENT
An enhancement of interplanetary fluxes of energetic ions accelerated by interplanetary shocks and/or solar flares. |
|
FORBUSH_DECREASE
A rapid decrease in the observed galactic cosmic ray intensity following the passage of an outwardly convecting interplanetary magnetic field disturbance, such as those associated with large CME's, that sweep some galactic cosmic rays away from Earth. |
|
GEOMAGNETIC_STORM
A magnetospheric disturbance typically defined by variations in the horizontal component of the Earth's surface magnetic field. |
|
INTERPLANETARY_SHOCK
A shock propagating generally antisunward through the slower solar wind, often seen in front of CME-associated plasma clouds. |
|
MAGNETIC_CLOUD
A transient event observed in the solar wind characterized as a region of enhanced magnetic field strength, smooth rotation of the magnetic field vector and low proton density and temperature. |
|
MAGNETOPAUSE_CROSSING
A crossing of the interface between the shocked solar wind in the magnetosheath and the magnetic field and plasma in the magnetosphere. |
|
RADIO_BURST
Emissions of the sun in radio wavelengths from centimeters to dekameters, under both quiet and disturbed conditions. |
|
SOLAR_FLARE
An explosive event in the Sun's atmosphere which produces electromagnetic radiation across the electromagnetic spectrum at multiple wavelengths from long-wave radio to the shortest wavelength gamma rays. |
|
SOLAR_WIND_EXTREME
Intervals of unusually large or small values of solar wind attributes such as flow speed and ion density. |
|
SUBSTORM
A process by which plasma in the magnetotail becomes energized at a fast rate. |
|
| Method Summary | |
|---|---|
static EnumPhenomenonType |
fromValue(java.lang.String v)
|
java.lang.String |
value()
|
static EnumPhenomenonType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static EnumPhenomenonType[] |
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 EnumPhenomenonType ACTIVE_REGION
public static final EnumPhenomenonType AURORA
public static final EnumPhenomenonType BOW_SHOCK_CROSSING
public static final EnumPhenomenonType CORONAL_HOLE
public static final EnumPhenomenonType CORONAL_MASS_EJECTION
public static final EnumPhenomenonType EIT_WAVE
public static final EnumPhenomenonType ENERGETIC_SOLAR_PARTICLE_EVENT
public static final EnumPhenomenonType FORBUSH_DECREASE
public static final EnumPhenomenonType GEOMAGNETIC_STORM
public static final EnumPhenomenonType INTERPLANETARY_SHOCK
public static final EnumPhenomenonType MAGNETIC_CLOUD
public static final EnumPhenomenonType MAGNETOPAUSE_CROSSING
public static final EnumPhenomenonType RADIO_BURST
public static final EnumPhenomenonType SOLAR_FLARE
public static final EnumPhenomenonType SOLAR_WIND_EXTREME
public static final EnumPhenomenonType SUBSTORM
| Method Detail |
|---|
public static final EnumPhenomenonType[] values()
for(EnumPhenomenonType c : EnumPhenomenonType.values())
System.out.println(c);
public static EnumPhenomenonType 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 EnumPhenomenonType fromValue(java.lang.String v)
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||