HiRISE

HiRISE.HiCat.HiTList
Enum TargetList.ListPrecedence

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

public static enum TargetList.ListPrecedence
extends Enum<TargetList.ListPrecedence>

An enumerated list of the different target lists and their associated precedence values. Targets that appear in more than one list simultaneously will be exported from the list with a lower precedence and the duplicate in a higher precedence list will be discarded.

Author:
rod
See Also:
precedence()

Enum Constant Summary
ALL_SUGGESTIONS
           
FIRST_HALF_STEREO
           
HIGH_STABILITY_NADIR
           
HS_NIO
           
NONINTERACTIVE
           
OFF_NADIR_IO
           
SECOND_HALF_STEREO
           
 
Method Summary
static TargetList.ListPrecedence valueOf(String name)
          Returns the enum constant of this type with the specified name.
static TargetList.ListPrecedence[] 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_HALF_STEREO

public static final TargetList.ListPrecedence FIRST_HALF_STEREO

SECOND_HALF_STEREO

public static final TargetList.ListPrecedence SECOND_HALF_STEREO

OFF_NADIR_IO

public static final TargetList.ListPrecedence OFF_NADIR_IO

HS_NIO

public static final TargetList.ListPrecedence HS_NIO

HIGH_STABILITY_NADIR

public static final TargetList.ListPrecedence HIGH_STABILITY_NADIR

NONINTERACTIVE

public static final TargetList.ListPrecedence NONINTERACTIVE

ALL_SUGGESTIONS

public static final TargetList.ListPrecedence ALL_SUGGESTIONS
Method Detail

values

public static TargetList.ListPrecedence[] 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 (TargetList.ListPrecedence c : TargetList.ListPrecedence.values())
    System.out.println(c);

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

valueOf

public static TargetList.ListPrecedence 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