java.io.Serializable, java.lang.Comparable<PlayerProxy.Types>public static enum PlayerProxy.Types extends java.lang.Enum<PlayerProxy.Types>
| Enum Constant | Description |
|---|---|
Bumper |
|
Laser |
|
Localize |
|
Map |
|
Planner |
|
Position2d |
|
Sonar |
| Modifier and Type | Method | Description |
|---|---|---|
static PlayerProxy.Types |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static PlayerProxy.Types[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PlayerProxy.Types Position2d
public static final PlayerProxy.Types Localize
public static final PlayerProxy.Types Planner
public static final PlayerProxy.Types Laser
public static final PlayerProxy.Types Map
public static final PlayerProxy.Types Sonar
public static final PlayerProxy.Types Bumper
public static PlayerProxy.Types[] values()
for (PlayerProxy.Types c : PlayerProxy.Types.values()) System.out.println(c);
public static PlayerProxy.Types 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