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