public enum FocalPlaneDataGroup extends Enum<FocalPlaneDataGroup>
| Enum Constant and Description |
|---|
ASPIC_TEMPERATURE |
BOARD_CURRENTS0 |
BOARD_CURRENTS1 |
BOARD_CURRENTS2 |
BOARD_POWER |
CCD_CURRENTS |
CCD_TEMPERATURE |
HEATER |
REB_TEMPERATURE0 |
REB_TEMPERATURE1 |
RTD_TEMPERATURE |
| Modifier and Type | Method and Description |
|---|---|
void |
addAttributesToDataInfo(org.lsst.ccs.bus.data.DataProviderInfo dataInfo) |
static FocalPlaneDataGroup |
findFocalPlaneDataGroup(org.lsst.ccs.bus.data.DataProviderInfo dataInfo) |
static FocalPlaneDataGroup |
forName(String name) |
String |
getName() |
boolean |
matchesData(org.lsst.ccs.bus.data.DataProviderInfo dataInfo) |
String |
toString() |
static FocalPlaneDataGroup |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FocalPlaneDataGroup[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FocalPlaneDataGroup ASPIC_TEMPERATURE
public static final FocalPlaneDataGroup REB_TEMPERATURE0
public static final FocalPlaneDataGroup REB_TEMPERATURE1
public static final FocalPlaneDataGroup CCD_TEMPERATURE
public static final FocalPlaneDataGroup CCD_CURRENTS
public static final FocalPlaneDataGroup BOARD_CURRENTS0
public static final FocalPlaneDataGroup BOARD_CURRENTS1
public static final FocalPlaneDataGroup BOARD_CURRENTS2
public static final FocalPlaneDataGroup RTD_TEMPERATURE
public static final FocalPlaneDataGroup BOARD_POWER
public static final FocalPlaneDataGroup HEATER
public static FocalPlaneDataGroup[] values()
for (FocalPlaneDataGroup c : FocalPlaneDataGroup.values()) System.out.println(c);
public static FocalPlaneDataGroup 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 static FocalPlaneDataGroup forName(String name)
public String getName()
public String toString()
toString in class Enum<FocalPlaneDataGroup>public boolean matchesData(org.lsst.ccs.bus.data.DataProviderInfo dataInfo)
public static FocalPlaneDataGroup findFocalPlaneDataGroup(org.lsst.ccs.bus.data.DataProviderInfo dataInfo)
public void addAttributesToDataInfo(org.lsst.ccs.bus.data.DataProviderInfo dataInfo)
Copyright © 2022 LSST. All rights reserved.