public static enum Result.BaselineState extends Enum<Result.BaselineState>
| Modifier and Type | Method and Description |
|---|---|
static Result.BaselineState |
fromValue(String value) |
String |
toString() |
String |
value() |
static Result.BaselineState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Result.BaselineState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Result.BaselineState NEW
public static final Result.BaselineState UNCHANGED
public static final Result.BaselineState UPDATED
public static final Result.BaselineState ABSENT
public static Result.BaselineState[] values()
for (Result.BaselineState c : Result.BaselineState.values()) System.out.println(c);
public static Result.BaselineState 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 nullpublic String toString()
toString in class Enum<Result.BaselineState>public String value()
public static Result.BaselineState fromValue(String value)
Copyright © 2020 Contrast Security. All rights reserved.