Enum Constant and Description |
---|
DATA_SET |
DATA_SET_COLLECTION |
INSTRUMENT |
INSTRUMENT_HOST |
MISSION |
PERSONNEL |
REFERENCE |
TARGET |
VOLUME |
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
CHILD |
static java.lang.String |
PARENT |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName() |
static RIType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RIType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RIType REFERENCE
public static final RIType PERSONNEL
public static final RIType TARGET
public static final RIType INSTRUMENT_HOST
public static final RIType INSTRUMENT
public static final RIType MISSION
public static final RIType VOLUME
public static final RIType DATA_SET
public static final RIType DATA_SET_COLLECTION
public static final java.lang.String PARENT
public static final java.lang.String CHILD
public static RIType[] values()
for (RIType c : RIType.values()) System.out.println(c);
public static RIType 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 namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.String getName()
Copyright © 2010-2019 Planetary Data System. All Rights Reserved.