public static enum PIDSource.PIDSourceType extends java.lang.Enum<PIDSource.PIDSourceType>
| Modifier and Type | Method and Description |
|---|---|
static PIDSource.PIDSourceType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PIDSource.PIDSourceType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PIDSource.PIDSourceType DISTANCE
public static final PIDSource.PIDSourceType RATE
public static final PIDSource.PIDSourceType ANGLE
public static PIDSource.PIDSourceType[] values()
for (PIDSource.PIDSourceType c : PIDSource.PIDSourceType.values()) System.out.println(c);
public static PIDSource.PIDSourceType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null