public static enum TimeOfImpact.TOIOutputState extends Enum<TimeOfImpact.TOIOutputState>
Enum Constant and Description |
---|
FAILED |
OVERLAPPED |
SEPARATED |
TOUCHING |
UNKNOWN |
Modifier and Type | Method and Description |
---|---|
static TimeOfImpact.TOIOutputState |
valueOf(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(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2018. All rights reserved.