public static enum Location.LocationType extends Enum<Location.LocationType>
| Enum Constant and Description |
|---|
GUIDER
A GREB source
|
SCIENCE
A Science REB source
|
WAVEFRONT
A WREB source.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getCCDCount()
The number of CCDs associated with the source type.
|
static Location.LocationType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Location.LocationType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Location.LocationType WAVEFRONT
public static final Location.LocationType GUIDER
public static final Location.LocationType SCIENCE
public static Location.LocationType[] values()
for (Location.LocationType c : Location.LocationType.values()) System.out.println(c);
public static Location.LocationType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic int getCCDCount()
Copyright © 2021 LSST. All rights reserved.