org.lsst.ccs.subsystems.fcs.drivers
Enum CanOpenClampActuatorModule.ActuatorMode
java.lang.Object
java.lang.Enum<CanOpenClampActuatorModule.ActuatorMode>
org.lsst.ccs.subsystems.fcs.drivers.CanOpenClampActuatorModule.ActuatorMode
- All Implemented Interfaces:
- Serializable, Comparable<CanOpenClampActuatorModule.ActuatorMode>
- Enclosing class:
- CanOpenClampActuatorModule
public static enum CanOpenClampActuatorModule.ActuatorMode
- extends Enum<CanOpenClampActuatorModule.ActuatorMode>
VELOCITY
public static final CanOpenClampActuatorModule.ActuatorMode VELOCITY
CURRENT
public static final CanOpenClampActuatorModule.ActuatorMode CURRENT
values
public static CanOpenClampActuatorModule.ActuatorMode[] 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 (CanOpenClampActuatorModule.ActuatorMode c : CanOpenClampActuatorModule.ActuatorMode.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static CanOpenClampActuatorModule.ActuatorMode 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.