uk.ac.starlink.ttools.calc
Enum SchlegelCalculator.ResultType

java.lang.Object
  extended by java.lang.Enum<SchlegelCalculator.ResultType>
      extended by uk.ac.starlink.ttools.calc.SchlegelCalculator.ResultType
All Implemented Interfaces:
Serializable, Comparable<SchlegelCalculator.ResultType>
Enclosing class:
SchlegelCalculator

public static enum SchlegelCalculator.ResultType
extends Enum<SchlegelCalculator.ResultType>

Enumerates physical values available from the IPAC dust service.


Enum Constant Summary
EMISSION
          100 micron emission.
REDDENING
          E(B-V) reddening.
TEMPERATURE
          Dust temperature.
 
Method Summary
static SchlegelCalculator.ResultType valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SchlegelCalculator.ResultType[] 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

REDDENING

public static final SchlegelCalculator.ResultType REDDENING
E(B-V) reddening.


EMISSION

public static final SchlegelCalculator.ResultType EMISSION
100 micron emission.


TEMPERATURE

public static final SchlegelCalculator.ResultType TEMPERATURE
Dust temperature.

Method Detail

values

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

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

valueOf

public static SchlegelCalculator.ResultType 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


Copyright © 2015 Central Laboratory of the Research Councils. All Rights Reserved.