public static enum CanOpenEPOS.EposMode extends Enum<CanOpenEPOS.EposMode>
| Enum Constant and Description |
|---|
CURRENT |
POSITION_MODE |
PROFILE_POSITION_MODE |
VELOCITY |
| Modifier and Type | Method and Description |
|---|---|
static CanOpenEPOS.EposMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CanOpenEPOS.EposMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CanOpenEPOS.EposMode VELOCITY
public static final CanOpenEPOS.EposMode CURRENT
public static final CanOpenEPOS.EposMode PROFILE_POSITION_MODE
public static final CanOpenEPOS.EposMode POSITION_MODE
public static CanOpenEPOS.EposMode[] values()
for (CanOpenEPOS.EposMode c : CanOpenEPOS.EposMode.values()) System.out.println(c);
public static CanOpenEPOS.EposMode 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 nullCopyright © 2013 LSST. All Rights Reserved.