|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<SpacecraftId>
gov.nasa.gsfc.drl.rtstps.core.output.hdf5.SpacecraftId
public enum SpacecraftId
The spacecraft identifier is defined by the JPSS/NPOESS specification
Enum Constant Summary | |
---|---|
n01
|
|
n02
|
|
n03
|
|
npp
|
Field Summary | |
---|---|
private java.lang.String |
description
|
Method Summary | |
---|---|
java.lang.String |
getDescription()
Return the description of the identifier |
java.lang.String |
toString()
Return the enum label as an all upper case |
java.lang.String |
toStringLower()
Return the label as a lower case String |
static SpacecraftId |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static SpacecraftId[] |
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 SpacecraftId npp
public static final SpacecraftId n01
public static final SpacecraftId n02
public static final SpacecraftId n03
Field Detail |
---|
private java.lang.String description
Method Detail |
---|
public static SpacecraftId[] values()
for (SpacecraftId c : SpacecraftId.values()) System.out.println(c);
public static SpacecraftId 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 getDescription()
public java.lang.String toString()
toString
in class java.lang.Enum<SpacecraftId>
public java.lang.String toStringLower()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |