public static enum LinkerProvider.Type extends Enum<LinkerProvider.Type>
Modifier and Type | Method and Description |
---|---|
static LinkerProvider.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LinkerProvider.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LinkerProvider.Type DARWIN
public static final LinkerProvider.Type GNU
public static final LinkerProvider.Type WINDOWS
public static final LinkerProvider.Type UNKNOWN
public static LinkerProvider.Type[] values()
for (LinkerProvider.Type c : LinkerProvider.Type.values()) System.out.println(c);
public static LinkerProvider.Type 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 null