HiRISE

HiRISE.HiCat.HiTList
Enum TargetList.PriorityList

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

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


Enum Constant Summary
PRIORITY0
           
PRIORITY1
           
PRIORITY10
           
PRIORITY11
           
PRIORITY12
           
PRIORITY13
           
PRIORITY14
           
PRIORITY15
           
PRIORITY2
           
PRIORITY3
           
PRIORITY4
           
PRIORITY5
           
PRIORITY6
           
PRIORITY7
           
PRIORITY8
           
PRIORITY9
           
UNASSIGNED
           
 
Method Summary
 Integer position()
           
 String priority()
           
static TargetList.PriorityList valueOf(String name)
          Returns the enum constant of this type with the specified name.
static TargetList.PriorityList[] 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

UNASSIGNED

public static final TargetList.PriorityList UNASSIGNED

PRIORITY0

public static final TargetList.PriorityList PRIORITY0

PRIORITY1

public static final TargetList.PriorityList PRIORITY1

PRIORITY2

public static final TargetList.PriorityList PRIORITY2

PRIORITY3

public static final TargetList.PriorityList PRIORITY3

PRIORITY4

public static final TargetList.PriorityList PRIORITY4

PRIORITY5

public static final TargetList.PriorityList PRIORITY5

PRIORITY6

public static final TargetList.PriorityList PRIORITY6

PRIORITY7

public static final TargetList.PriorityList PRIORITY7

PRIORITY8

public static final TargetList.PriorityList PRIORITY8

PRIORITY9

public static final TargetList.PriorityList PRIORITY9

PRIORITY10

public static final TargetList.PriorityList PRIORITY10

PRIORITY11

public static final TargetList.PriorityList PRIORITY11

PRIORITY12

public static final TargetList.PriorityList PRIORITY12

PRIORITY13

public static final TargetList.PriorityList PRIORITY13

PRIORITY14

public static final TargetList.PriorityList PRIORITY14

PRIORITY15

public static final TargetList.PriorityList PRIORITY15
Method Detail

values

public static TargetList.PriorityList[] 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.PriorityList c : TargetList.PriorityList.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.PriorityList 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

priority

public String priority()

position

public Integer position()

HiRISE

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