|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||
java.lang.Objectjava.lang.Enum<EnumSun>
org.spase.parser122.EnumSun
public enum EnumSun
Java class for enumSun.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="enumSun">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="Chromosphere"/>
<enumeration value="Corona"/>
<enumeration value="Interior"/>
<enumeration value="Photosphere"/>
<enumeration value="TransitionRegion"/>
</restriction>
</simpleType>
| Enum Constant Summary | |
|---|---|
CHROMOSPHERE
The region of the Sun's (or a star's) atmosphere above the temperature minimum and below the Transition Region. |
|
CORONA
The outermost atmospheric region of the Sun or a star, characterized by ionization temperatures above 10^5 K. |
|
INTERIOR
The region inside the body which is not visible from outside the body. |
|
PHOTOSPHERE
The atmospheric layer of the Sun or a star from which continuum radiation, especially optical, is emitted to space. |
|
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 EnumSun |
fromValue(java.lang.String v)
|
java.lang.String |
value()
|
static EnumSun |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static EnumSun[] |
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 EnumSun CHROMOSPHERE
public static final EnumSun CORONA
public static final EnumSun INTERIOR
public static final EnumSun PHOTOSPHERE
public static final EnumSun TRANSITION_REGION
| Method Detail |
|---|
public static final EnumSun[] values()
for(EnumSun c : EnumSun.values())
System.out.println(c);
public static EnumSun 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 EnumSun fromValue(java.lang.String v)
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||