public static enum RecipeProcess.SetArtifactMode extends java.lang.Enum<RecipeProcess.SetArtifactMode>
Enum Constant and Description |
---|
SetOnly |
UnsetResults |
Modifier and Type | Method and Description |
---|---|
boolean |
unsetResults() |
static RecipeProcess.SetArtifactMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RecipeProcess.SetArtifactMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RecipeProcess.SetArtifactMode SetOnly
public static final RecipeProcess.SetArtifactMode UnsetResults
public static RecipeProcess.SetArtifactMode[] values()
for (RecipeProcess.SetArtifactMode c : RecipeProcess.SetArtifactMode.values()) System.out.println(c);
public static RecipeProcess.SetArtifactMode 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 unsetResults()