HiRISE

HiRISE.HiPlan.HiTemp
Enum Observation_Event.Category

java.lang.Object
  extended by java.lang.Enum<Observation_Event.Category>
      extended by HiRISE.HiPlan.HiTemp.Observation_Event.Category
All Implemented Interfaces:
Serializable, Comparable<Observation_Event.Category>
Enclosing class:
Observation_Event

public static enum Observation_Event.Category
extends Enum<Observation_Event.Category>

An enumeration describing, broadly, the various categories of HiRISE observation. These categories correspond loosely to the Planned_Observations database table's TARGET_NAME field.

Version:
1.11
Author:
Christian Schaller - UA/PIRL

Enum Constant Summary
ARBITRARY
           
CALIBRATION
           
CRC_CHECK
           
NOOP
           
NULL
           
SCIENCE
           
SHORT_SETUP
           
WARMUP
           
 
Method Summary
 String getDescription()
           
static Observation_Event.Category valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Observation_Event.Category[] 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

SCIENCE

public static final Observation_Event.Category SCIENCE

WARMUP

public static final Observation_Event.Category WARMUP

SHORT_SETUP

public static final Observation_Event.Category SHORT_SETUP

CALIBRATION

public static final Observation_Event.Category CALIBRATION

CRC_CHECK

public static final Observation_Event.Category CRC_CHECK

NOOP

public static final Observation_Event.Category NOOP

ARBITRARY

public static final Observation_Event.Category ARBITRARY

NULL

public static final Observation_Event.Category NULL
Method Detail

values

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

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

valueOf

public static Observation_Event.Category 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

getDescription

public String getDescription()

HiRISE

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