public final class ObstacleState
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static ObstacleState |
DT_OBSTACLE_EMPTY |
static ObstacleState |
DT_OBSTACLE_PROCESSED |
static ObstacleState |
DT_OBSTACLE_PROCESSING |
static ObstacleState |
DT_OBSTACLE_REMOVING |
Modifier and Type | Method and Description |
---|---|
static ObstacleState |
swigToEnum(int swigValue) |
int |
swigValue() |
java.lang.String |
toString() |
public static final ObstacleState DT_OBSTACLE_EMPTY
public static final ObstacleState DT_OBSTACLE_PROCESSING
public static final ObstacleState DT_OBSTACLE_PROCESSED
public static final ObstacleState DT_OBSTACLE_REMOVING
public final int swigValue()
public java.lang.String toString()
toString
in class java.lang.Object
public static ObstacleState swigToEnum(int swigValue)