|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||
java.lang.Objectjava.lang.Enum<EnumEarth>
org.spase.parser110.EnumEarth
public enum EnumEarth
Java class for enumEarth.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="enumEarth">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="Magnetosheath"/>
<enumeration value="Magnetosphere"/>
<enumeration value="Magnetosphere.Magnetotail"/>
<enumeration value="Magnetosphere.Main"/>
<enumeration value="Magnetosphere.Polar"/>
<enumeration value="Magnetosphere.RadiationBelt"/>
<enumeration value="NearSurface"/>
<enumeration value="NearSurface.Atmosphere"/>
<enumeration value="NearSurface.AuroralRegion"/>
<enumeration value="NearSurface.Ionosphere"/>
<enumeration value="Surface"/>
</restriction>
</simpleType>
| Enum Constant Summary | |
|---|---|
MAGNETOSHEATH
The region between the bow shock and the magnetopause, characterized by very turbulent plasma. |
|
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. |
|
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. |
|
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. |
|
MAGNETOSPHERE_POLAR
The region near the pole of a body. |
|
MAGNETOSPHERE_RADIATION_BELT
The region within a magnetosphere where high-energy particles could potentially be trapped in a magnetic field. |
|
NEAR_SURFACE
The gaseous and possibly ionized environment of a body extending from the surface to some specified altitude. |
|
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. |
|
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. |
|
NEAR_SURFACE_IONOSPHERE
The charged or ionized gases surrounding a body that are nominally bound to the body by virtue of the gravitational attraction.. |
|
SURFACE
The outermost area of a solid object. |
|
| Method Summary | |
|---|---|
static EnumEarth |
fromValue(java.lang.String v)
|
java.lang.String |
value()
|
static EnumEarth |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static EnumEarth[] |
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 EnumEarth MAGNETOSHEATH
public static final EnumEarth MAGNETOSPHERE
public static final EnumEarth MAGNETOSPHERE_MAGNETOTAIL
public static final EnumEarth MAGNETOSPHERE_MAIN
public static final EnumEarth MAGNETOSPHERE_POLAR
public static final EnumEarth MAGNETOSPHERE_RADIATION_BELT
public static final EnumEarth NEAR_SURFACE
public static final EnumEarth NEAR_SURFACE_ATMOSPHERE
public static final EnumEarth NEAR_SURFACE_AURORAL_REGION
public static final EnumEarth NEAR_SURFACE_IONOSPHERE
public static final EnumEarth SURFACE
| Method Detail |
|---|
public static final EnumEarth[] values()
for(EnumEarth c : EnumEarth.values())
System.out.println(c);
public static EnumEarth 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 EnumEarth fromValue(java.lang.String v)
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||