public static enum ToolchainProvider.JDKUsage extends Enum<ToolchainProvider.JDKUsage>
Modifier and Type | Method and Description |
---|---|
static ToolchainProvider.JDKUsage |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ToolchainProvider.JDKUsage[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ToolchainProvider.JDKUsage SYSTEM
public static final ToolchainProvider.JDKUsage BREE
public static ToolchainProvider.JDKUsage[] values()
for (ToolchainProvider.JDKUsage c : ToolchainProvider.JDKUsage.values()) System.out.println(c);
public static ToolchainProvider.JDKUsage 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 © 2008–2018 Eclipse Foundation. All rights reserved.