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