public static enum DefaultNUpdate.Type extends Enum<DefaultNUpdate.Type>
| Enum Constant and Description |
|---|
API |
COMPANION |
EXTENSION |
REGULAR |
RUNTIME |
| Modifier and Type | Method and Description |
|---|---|
static DefaultNUpdate.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DefaultNUpdate.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DefaultNUpdate.Type API
public static final DefaultNUpdate.Type RUNTIME
public static final DefaultNUpdate.Type REGULAR
public static final DefaultNUpdate.Type EXTENSION
public static final DefaultNUpdate.Type COMPANION
public static DefaultNUpdate.Type[] values()
for (DefaultNUpdate.Type c : DefaultNUpdate.Type.values()) System.out.println(c);
public static DefaultNUpdate.Type 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 nullCopyright © 2026 vpc open source initiative. All rights reserved.