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