|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||
java.lang.Objectjava.lang.Enum<EnumRegion>
org.spase.parser110.EnumRegion
public enum EnumRegion
Java class for enumRegion.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="enumRegion">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="Earth"/>
<enumeration value="Earth.Magnetosheath"/>
<enumeration value="Earth.Magnetosphere"/>
<enumeration value="Earth.Magnetosphere.Magnetotail"/>
<enumeration value="Earth.Magnetosphere.Main"/>
<enumeration value="Earth.Magnetosphere.Polar"/>
<enumeration value="Earth.Magnetosphere.RadiationBelt"/>
<enumeration value="Earth.NearSurface"/>
<enumeration value="Earth.NearSurface.Atmosphere"/>
<enumeration value="Earth.NearSurface.AuroralRegion"/>
<enumeration value="Earth.NearSurface.Ionosphere"/>
<enumeration value="Earth.Surface"/>
<enumeration value="Heliosphere"/>
<enumeration value="Heliosphere.Inner"/>
<enumeration value="Heliosphere.NearEarth"/>
<enumeration value="Heliosphere.Outer"/>
<enumeration value="Heliosphere.Remote1AU"/>
<enumeration value="Sun"/>
<enumeration value="Sun.Chromosphere"/>
<enumeration value="Sun.Corona"/>
<enumeration value="Sun.Interior"/>
<enumeration value="Sun.Photosphere"/>
<enumeration value="Sun.TransitionRegion"/>
</restriction>
</simpleType>
| Enum Constant Summary | |
|---|---|
EARTH
The third planet from the sun in our solar system. |
|
EARTH_MAGNETOSHEATH
The region between the bow shock and the magnetopause, characterized by very turbulent plasma. |
|
EARTH_MAGNETOSPHERE
The region of space above the atmosphere or surface of the planet, and bounded by the magnetopause, that is under the direct influence of the planet's magnetic field. |
|
EARTH_MAGNETOSPHERE_MAGNETOTAIL
The region on the night side of the body where the magnetic filed is stretched backwards by the force of the solar wind. |
|
EARTH_MAGNETOSPHERE_MAIN
The region of the magnetosphere where the magnetic field lines are closed, but does not include the gaseous region gravitationally bound to the body. |
|
EARTH_MAGNETOSPHERE_POLAR
The region near the pole of a body. |
|
EARTH_MAGNETOSPHERE_RADIATION_BELT
The region within a magnetosphere where high-energy particles could potentially be trapped in a magnetic field. |
|
EARTH_NEAR_SURFACE
The gaseous and possibly ionized environment of a body extending from the surface to some specified altitude. |
|
EARTH_NEAR_SURFACE_ATMOSPHERE
The neutral gases surrounding a body that extends from the surface and is bound to the body by virtue of the gravitational attraction. |
|
EARTH_NEAR_SURFACE_AURORAL_REGION
The region in the atmospheric where electrically-charged particles bombarding the upper atmosphere of a planet in the presence of a magnetic field produce an opitcal phenomenum. |
|
EARTH_NEAR_SURFACE_IONOSPHERE
The charged or ionized gases surrounding a body that are nominally bound to the body by virtue of the gravitational attraction.. |
|
EARTH_SURFACE
The outermost area of a solid object. |
|
HELIOSPHERE
The solar atmosphere extending roughly from the outer corona to the edge of the solar plasma at the heliopause separating primarily solar plasma from interstellar plasma. |
|
HELIOSPHERE_INNER
The region of the heliosphere extending radially out from the "surface" of the Sun to 1 AU. |
|
HELIOSPHERE_NEAR_EARTH
The heliospheric region near the Earth which extends to and includes the area near the L1 and L2 Lagrange point. |
|
HELIOSPHERE_OUTER
The region of the heliosphere from, but not including, 1 AU to the farthest extent of the heliosphere (heliopause). |
|
HELIOSPHERE_REMOTE_1_AU
The heliospheric region near the Earth's orbit, but exclusive of the region near the Earth. |
|
SUN
The star upon which our solar system is centered. |
|
SUN_CHROMOSPHERE
The region of the Sun's (or a star's) atmosphere above the temperature minimum and below the Transition Region. |
|
SUN_CORONA
The outermost atmospheric region of the Sun or a star, characterized by ionization temperatures above 10^5 K. |
|
SUN_INTERIOR
The region inside the body which is not visible from outside the body. |
|
SUN_PHOTOSPHERE
The atmospheric layer of the Sun or a star from which continuum radiation, especially optical, is emitted to space. |
|
SUN_TRANSITION_REGION
A very narrow (<100 km) layer between the chromosphere and the corona where the temperature rises abruptly from about 8000 to about 500,000 K. |
|
| Method Summary | |
|---|---|
static EnumRegion |
fromValue(java.lang.String v)
|
java.lang.String |
value()
|
static EnumRegion |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static EnumRegion[] |
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 EnumRegion EARTH
public static final EnumRegion EARTH_MAGNETOSHEATH
public static final EnumRegion EARTH_MAGNETOSPHERE
public static final EnumRegion EARTH_MAGNETOSPHERE_MAGNETOTAIL
public static final EnumRegion EARTH_MAGNETOSPHERE_MAIN
public static final EnumRegion EARTH_MAGNETOSPHERE_POLAR
public static final EnumRegion EARTH_MAGNETOSPHERE_RADIATION_BELT
public static final EnumRegion EARTH_NEAR_SURFACE
public static final EnumRegion EARTH_NEAR_SURFACE_ATMOSPHERE
public static final EnumRegion EARTH_NEAR_SURFACE_AURORAL_REGION
public static final EnumRegion EARTH_NEAR_SURFACE_IONOSPHERE
public static final EnumRegion EARTH_SURFACE
public static final EnumRegion HELIOSPHERE
public static final EnumRegion HELIOSPHERE_INNER
public static final EnumRegion HELIOSPHERE_NEAR_EARTH
public static final EnumRegion HELIOSPHERE_OUTER
public static final EnumRegion HELIOSPHERE_REMOTE_1_AU
public static final EnumRegion SUN
public static final EnumRegion SUN_CHROMOSPHERE
public static final EnumRegion SUN_CORONA
public static final EnumRegion SUN_INTERIOR
public static final EnumRegion SUN_PHOTOSPHERE
public static final EnumRegion SUN_TRANSITION_REGION
| Method Detail |
|---|
public static final EnumRegion[] values()
for(EnumRegion c : EnumRegion.values())
System.out.println(c);
public static EnumRegion 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 EnumRegion fromValue(java.lang.String v)
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||