public static enum DefaultNutsWorkspace.InstallStrategy0 extends Enum<DefaultNutsWorkspace.InstallStrategy0> implements net.thevpc.nuts.NutsEnum
| Modifier and Type | Method and Description |
|---|---|
String |
id() |
static DefaultNutsWorkspace.InstallStrategy0 |
parseLenient(String value) |
static DefaultNutsWorkspace.InstallStrategy0 |
parseLenient(String value,
DefaultNutsWorkspace.InstallStrategy0 emptyOrErrorValue) |
static DefaultNutsWorkspace.InstallStrategy0 |
parseLenient(String value,
DefaultNutsWorkspace.InstallStrategy0 emptyValue,
DefaultNutsWorkspace.InstallStrategy0 errorValue) |
static DefaultNutsWorkspace.InstallStrategy0 |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DefaultNutsWorkspace.InstallStrategy0[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DefaultNutsWorkspace.InstallStrategy0 INSTALL
public static final DefaultNutsWorkspace.InstallStrategy0 UPDATE
public static final DefaultNutsWorkspace.InstallStrategy0 REQUIRE
public static DefaultNutsWorkspace.InstallStrategy0[] values()
for (DefaultNutsWorkspace.InstallStrategy0 c : DefaultNutsWorkspace.InstallStrategy0.values()) System.out.println(c);
public static DefaultNutsWorkspace.InstallStrategy0 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 static DefaultNutsWorkspace.InstallStrategy0 parseLenient(String value)
public static DefaultNutsWorkspace.InstallStrategy0 parseLenient(String value, DefaultNutsWorkspace.InstallStrategy0 emptyOrErrorValue)
public static DefaultNutsWorkspace.InstallStrategy0 parseLenient(String value, DefaultNutsWorkspace.InstallStrategy0 emptyValue, DefaultNutsWorkspace.InstallStrategy0 errorValue)
public String id()
id in interface net.thevpc.nuts.NutsEnumCopyright © 2021 vpc open source initiative. All rights reserved.