public enum RIType extends Enum<RIType>
Enum Constant and Description |
---|
DATA_SET |
DATA_SET_COLLECTION |
INSTRUMENT |
INSTRUMENT_HOST |
MISSION |
PERSONNEL |
REFERENCE |
TARGET |
VOLUME |
Modifier and Type | Field and Description |
---|---|
static String |
CHILD |
static String |
PARENT |
Modifier and Type | Method and Description |
---|---|
String |
getName() |
static RIType |
valueOf(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 String PARENT
public static final String CHILD
public static RIType[] values()
for (RIType c : RIType.values()) System.out.println(c);
public static RIType valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String getName()
Copyright © 2010–2017 Planetary Data System. All rights reserved.