public static enum TensorFlowManager.TFLocation extends java.lang.Enum<TensorFlowManager.TFLocation>
Modifier and Type | Field and Description |
---|---|
private int |
craterAngle |
private int |
craterDistance |
private int |
depotAngle |
private int |
depotDistance |
private java.lang.String |
location |
Modifier and Type | Method and Description |
---|---|
int |
getCraterAngle() |
int |
getCraterDistance() |
int |
getDepotAngle() |
int |
getDepotDistance() |
static TensorFlowManager.TFLocation |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TensorFlowManager.TFLocation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TensorFlowManager.TFLocation LEFT
public static final TensorFlowManager.TFLocation CENTER
public static final TensorFlowManager.TFLocation RIGHT
public static final TensorFlowManager.TFLocation NONE
private java.lang.String location
private int craterAngle
private int depotAngle
private int craterDistance
private int depotDistance
public static TensorFlowManager.TFLocation[] values()
for (TensorFlowManager.TFLocation c : TensorFlowManager.TFLocation.values()) System.out.println(c);
public static TensorFlowManager.TFLocation 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 nullpublic int getCraterAngle()
public int getDepotAngle()
public int getCraterDistance()
public int getDepotDistance()