public static enum ExtendedArgumentListBuilder.PresetType extends Enum<ExtendedArgumentListBuilder.PresetType>
| Modifier and Type | Method and Description |
|---|---|
static ExtendedArgumentListBuilder.PresetType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExtendedArgumentListBuilder.PresetType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ExtendedArgumentListBuilder.PresetType ENFORCE
public static final ExtendedArgumentListBuilder.PresetType OVERWRITE
public static final ExtendedArgumentListBuilder.PresetType DROP
public static final ExtendedArgumentListBuilder.PresetType DEFAULT
public static ExtendedArgumentListBuilder.PresetType[] values()
for (ExtendedArgumentListBuilder.PresetType c : ExtendedArgumentListBuilder.PresetType.values()) System.out.println(c);
public static ExtendedArgumentListBuilder.PresetType 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 © 2016–2020. All rights reserved.