public static enum CoverageData.CoverageDataState extends java.lang.Enum<CoverageData.CoverageDataState>
| Modifier and Type | Method and Description |
|---|---|
static CoverageData.CoverageDataState |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CoverageData.CoverageDataState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CoverageData.CoverageDataState IDLE
public static final CoverageData.CoverageDataState SUSPENDED
public static final CoverageData.CoverageDataState RUNNING
public static CoverageData.CoverageDataState[] values()
for (CoverageData.CoverageDataState c : CoverageData.CoverageDataState.values()) System.out.println(c);
public static CoverageData.CoverageDataState 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 © 2001-2023 JRuby. All Rights Reserved.