|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Objectjava.lang.Enum<ExternalBFieldModel>
gov.nasa.gsfc.spdf.ssc.ExternalBFieldModel
public enum ExternalBFieldModel
This class represents the different external B field models supported by SSC.
Note: The String values for this enumeration cannot be arbitrarily assigned. They must match the values expected by other parts of the SSC software.
| Enum Constant Summary | |
|---|---|
T87
Tsyganenko 87 model (see Magnetic Field Models in the Satellite Situation Center Software). |
|
T89c
Tsyganenko 89c model (see Magnetic Field Models in the Satellite Situation Center Software). |
|
T96
Tsyganenko 96 model (see Magnetic Field Models in the Satellite Situation Center Software). |
|
| Method Summary | |
|---|---|
static ExternalBFieldModel |
fromValue(java.lang.String value)
Provides the model corresponding to the given String value. |
java.lang.String |
toString()
Provides a string representation of this model. |
java.lang.String |
value()
Provides the String value corresponding to this model. |
static ExternalBFieldModel |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ExternalBFieldModel[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final ExternalBFieldModel T87
public static final ExternalBFieldModel T89c
public static final ExternalBFieldModel T96
| Method Detail |
|---|
public static ExternalBFieldModel[] values()
for (ExternalBFieldModel c : ExternalBFieldModel.values()) System.out.println(c);
public static ExternalBFieldModel 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 name
java.lang.NullPointerException - if the argument is nullpublic java.lang.String value()
public static ExternalBFieldModel fromValue(java.lang.String value)
value - String value corresponding to a model
java.lang.IllegalArgumentException - if the given value does not
correspond to any modelpublic java.lang.String toString()
toString in class java.lang.Enum<ExternalBFieldModel>
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||