public static enum ProvaGroup.EventDetectionStatus extends java.lang.Enum<ProvaGroup.EventDetectionStatus>
| Enum Constant and Description |
|---|
complete |
failed |
incomplete |
preserved |
| Modifier and Type | Method and Description |
|---|---|
static ProvaGroup.EventDetectionStatus |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ProvaGroup.EventDetectionStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ProvaGroup.EventDetectionStatus incomplete
public static final ProvaGroup.EventDetectionStatus complete
public static final ProvaGroup.EventDetectionStatus preserved
public static final ProvaGroup.EventDetectionStatus failed
public static ProvaGroup.EventDetectionStatus[] values()
for (ProvaGroup.EventDetectionStatus c : ProvaGroup.EventDetectionStatus.values()) System.out.println(c);
public static ProvaGroup.EventDetectionStatus 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 © 2019. All Rights Reserved.