HiRISE

HiRISE.HiReport.form
Enum ObservationNavigationForm.Direction

java.lang.Object
  extended by java.lang.Enum<ObservationNavigationForm.Direction>
      extended by HiRISE.HiReport.form.ObservationNavigationForm.Direction
All Implemented Interfaces:
Serializable, Comparable<ObservationNavigationForm.Direction>
Enclosing class:
ObservationNavigationForm

public static enum ObservationNavigationForm.Direction
extends Enum<ObservationNavigationForm.Direction>

Allowed directions


Enum Constant Summary
back
           
next
           
 
Method Summary
static ObservationNavigationForm.Direction valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ObservationNavigationForm.Direction[] values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

back

public static final ObservationNavigationForm.Direction back

next

public static final ObservationNavigationForm.Direction next
Method Detail

values

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

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

valueOf

public static ObservationNavigationForm.Direction 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

HiRISE

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