|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Objectjava.lang.Enum<InternalBFieldModel>
gov.nasa.gsfc.spdf.ssc.InternalBFieldModel
public enum InternalBFieldModel
This class represents the different internal B field models supported by SSC.
| Enum Constant Summary | |
|---|---|
IGRF
International Geomagnetic Reference Field model. |
|
SIMPLE_DIPOLE
Simple Dipole model. |
|
| Method Summary | |
|---|---|
static InternalBFieldModel |
fromValue(int value)
Provides the model corresponding to the given integer value. |
java.lang.String |
toString()
Provides a string representation of this model. |
int |
value()
Provides the integer value corresponding to this model. |
static InternalBFieldModel |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static InternalBFieldModel[] |
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 InternalBFieldModel IGRF
public static final InternalBFieldModel SIMPLE_DIPOLE
| Method Detail |
|---|
public static InternalBFieldModel[] values()
for (InternalBFieldModel c : InternalBFieldModel.values()) System.out.println(c);
public static InternalBFieldModel 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 int value()
public static InternalBFieldModel fromValue(int value)
value - integer 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<InternalBFieldModel>
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||