Enum Constant and Description |
---|
PATCH |
SKIP_RULES |
Modifier and Type | Method and Description |
---|---|
boolean |
isIn(SaveFlag... saveFlags) |
static SaveFlag |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SaveFlag[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SaveFlag SKIP_RULES
public static final SaveFlag PATCH
public static SaveFlag[] values()
for (SaveFlag c : SaveFlag.values()) System.out.println(c);
public static SaveFlag valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic boolean isIn(SaveFlag... saveFlags)
Copyright © 2024. All rights reserved.