public static enum DefaultNWebHeaders.Mode extends Enum<DefaultNWebHeaders.Mode>
| Enum Constant and Description |
|---|
ALWAYS |
IF_EMPTY |
NO_DUPLICATES |
REPLACE |
| Modifier and Type | Method and Description |
|---|---|
static DefaultNWebHeaders.Mode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DefaultNWebHeaders.Mode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DefaultNWebHeaders.Mode ALWAYS
public static final DefaultNWebHeaders.Mode NO_DUPLICATES
public static final DefaultNWebHeaders.Mode REPLACE
public static final DefaultNWebHeaders.Mode IF_EMPTY
public static DefaultNWebHeaders.Mode[] values()
for (DefaultNWebHeaders.Mode c : DefaultNWebHeaders.Mode.values()) System.out.println(c);
public static DefaultNWebHeaders.Mode 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.