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