org.lsst.ccs.subsystems.fcs
Enum FcsEnumerations.FilterPresenceStatus
java.lang.Object
java.lang.Enum<FcsEnumerations.FilterPresenceStatus>
org.lsst.ccs.subsystems.fcs.FcsEnumerations.FilterPresenceStatus
- All Implemented Interfaces:
- Serializable, Comparable<FcsEnumerations.FilterPresenceStatus>
- Enclosing class:
- FcsEnumerations
public static enum FcsEnumerations.FilterPresenceStatus
- extends Enum<FcsEnumerations.FilterPresenceStatus>
Here are the different possibilities for a clamp within the presence of
a filter :
- no filter
- filter engaged and lockable
- unknown state
- sensor in error
NOFILTER
public static final FcsEnumerations.FilterPresenceStatus NOFILTER
ENGAGED
public static final FcsEnumerations.FilterPresenceStatus ENGAGED
UNKNOWN
public static final FcsEnumerations.FilterPresenceStatus UNKNOWN
ERROR
public static final FcsEnumerations.FilterPresenceStatus ERROR
values
public static FcsEnumerations.FilterPresenceStatus[] 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 (FcsEnumerations.FilterPresenceStatus c : FcsEnumerations.FilterPresenceStatus.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static FcsEnumerations.FilterPresenceStatus 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
Copyright © 2012 LSST. All Rights Reserved.