public enum CIStatus extends Enum<CIStatus>
| Modifier and Type | Method and Description |
|---|---|
static CIStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CIStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CIStatus success
public static final CIStatus errors
public static final CIStatus failures
public static CIStatus[] values()
for (CIStatus c : CIStatus.values()) System.out.println(c);
public static CIStatus 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 © July 2012-2016 BlazeMeterInc. All Rights Reserved.