public static enum BuildTool.FractionDetectionMode extends Enum<BuildTool.FractionDetectionMode>
| Enum Constant and Description |
|---|
force |
never |
when_missing |
| Modifier and Type | Method and Description |
|---|---|
static BuildTool.FractionDetectionMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BuildTool.FractionDetectionMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BuildTool.FractionDetectionMode when_missing
public static final BuildTool.FractionDetectionMode force
public static final BuildTool.FractionDetectionMode never
public static BuildTool.FractionDetectionMode[] values()
for (BuildTool.FractionDetectionMode c : BuildTool.FractionDetectionMode.values()) System.out.println(c);
public static BuildTool.FractionDetectionMode 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 © 2017 JBoss by Red Hat. All rights reserved.