HiRISE

HiRISE.HiCat.HiTList
Enum AllTargetsList.TableAliases

java.lang.Object
  extended by java.lang.Enum<AllTargetsList.TableAliases>
      extended by HiRISE.HiCat.HiTList.AllTargetsList.TableAliases
All Implemented Interfaces:
Serializable, Comparable<AllTargetsList.TableAliases>
Enclosing class:
AllTargetsList

public static enum AllTargetsList.TableAliases
extends Enum<AllTargetsList.TableAliases>


Enum Constant Summary
FIRST_SUGGESTED_OBSERVATIONS
           
FIRST_SUGGESTED_OBSERVATIONS_PLANNED_OBSERVATIONS_MAP
           
FIRST_SUGGESTED_OBSERVATIONS_SCIENCE_THEMES_MAP
           
PEOPLE
           
PRIMARY_SCIENCE_THEME
           
SECOND_SUGGESTED_OBSERVATIONS_SCIENCE_THEMES_MAP
           
SECONDARY_SCIENCE_THEME
           
SUGGESTED_OBSERVATIONS_PEOPLE_MAP
           
 
Method Summary
static AllTargetsList.TableAliases valueOf(String name)
          Returns the enum constant of this type with the specified name.
static AllTargetsList.TableAliases[] 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, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

FIRST_SUGGESTED_OBSERVATIONS

public static final AllTargetsList.TableAliases FIRST_SUGGESTED_OBSERVATIONS

SUGGESTED_OBSERVATIONS_PEOPLE_MAP

public static final AllTargetsList.TableAliases SUGGESTED_OBSERVATIONS_PEOPLE_MAP

PEOPLE

public static final AllTargetsList.TableAliases PEOPLE

PRIMARY_SCIENCE_THEME

public static final AllTargetsList.TableAliases PRIMARY_SCIENCE_THEME

FIRST_SUGGESTED_OBSERVATIONS_SCIENCE_THEMES_MAP

public static final AllTargetsList.TableAliases FIRST_SUGGESTED_OBSERVATIONS_SCIENCE_THEMES_MAP

SECOND_SUGGESTED_OBSERVATIONS_SCIENCE_THEMES_MAP

public static final AllTargetsList.TableAliases SECOND_SUGGESTED_OBSERVATIONS_SCIENCE_THEMES_MAP

SECONDARY_SCIENCE_THEME

public static final AllTargetsList.TableAliases SECONDARY_SCIENCE_THEME

FIRST_SUGGESTED_OBSERVATIONS_PLANNED_OBSERVATIONS_MAP

public static final AllTargetsList.TableAliases FIRST_SUGGESTED_OBSERVATIONS_PLANNED_OBSERVATIONS_MAP
Method Detail

values

public static AllTargetsList.TableAliases[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (AllTargetsList.TableAliases c : AllTargetsList.TableAliases.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static AllTargetsList.TableAliases valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
IllegalArgumentException - if this enum type has no constant with the specified name
NullPointerException - if the argument is null

HiRISE

Copyright \ (C) Arizona Board of Regents on behalf of the \ Planetary Image Research Laboratory, Lunar and \ Planetary Laboratory at the University of Arizona