public enum NInstallLogAction extends Enum<NInstallLogAction> implements NEnum
| Enum Constant and Description |
|---|
DEPLOY |
INSTALL |
REQUIRE |
UNDEPLOY |
UNINSTALL |
UNREQUIRE |
| Modifier and Type | Method and Description |
|---|---|
String |
id() |
static NOptional<NInstallLogAction> |
parse(String value) |
static NInstallLogAction |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NInstallLogAction[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NInstallLogAction INSTALL
public static final NInstallLogAction UNINSTALL
public static final NInstallLogAction REQUIRE
public static final NInstallLogAction UNREQUIRE
public static final NInstallLogAction DEPLOY
public static final NInstallLogAction UNDEPLOY
public static NInstallLogAction[] values()
for (NInstallLogAction c : NInstallLogAction.values()) System.out.println(c);
public static NInstallLogAction 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 NOptional<NInstallLogAction> parse(String value)
Copyright © 2026 vpc open source initiative. All rights reserved.