public static enum MvnClient.Status extends Enum<MvnClient.Status>
| Modifier and Type | Method and Description |
|---|---|
static MvnClient.Status |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MvnClient.Status[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MvnClient.Status INIT
public static final MvnClient.Status DIRTY
public static final MvnClient.Status SUCCESS
public static final MvnClient.Status FAIL
public static MvnClient.Status[] values()
for (MvnClient.Status c : MvnClient.Status.values()) System.out.println(c);
public static MvnClient.Status 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 © 2022 vpc open source initiative. All rights reserved.