public static enum TimeOfImpact.TOIOutputState extends java.lang.Enum<TimeOfImpact.TOIOutputState>
| Enum Constant and Description |
|---|
FAILED |
OVERLAPPED |
SEPARATED |
TOUCHING |
UNKNOWN |
| Modifier and Type | Method and Description |
|---|---|
static TimeOfImpact.TOIOutputState |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TimeOfImpact.TOIOutputState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TimeOfImpact.TOIOutputState UNKNOWN
public static final TimeOfImpact.TOIOutputState FAILED
public static final TimeOfImpact.TOIOutputState OVERLAPPED
public static final TimeOfImpact.TOIOutputState TOUCHING
public static final TimeOfImpact.TOIOutputState SEPARATED
public static TimeOfImpact.TOIOutputState[] values()
for (TimeOfImpact.TOIOutputState c : TimeOfImpact.TOIOutputState.values()) System.out.println(c);
public static TimeOfImpact.TOIOutputState 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 nullCopyright © 2017. All Rights Reserved.