public enum FrameworkVersion extends Enum<FrameworkVersion>
Modifier and Type | Method and Description |
---|---|
com.google.common.collect.ImmutableList<String> |
getDirectories() |
static FrameworkVersion |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FrameworkVersion[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FrameworkVersion NET35
public static final FrameworkVersion NET40
public static final FrameworkVersion NET45
public static final FrameworkVersion NET46
public static FrameworkVersion[] values()
for (FrameworkVersion c : FrameworkVersion.values()) System.out.println(c);
public static FrameworkVersion 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 nullpublic com.google.common.collect.ImmutableList<String> getDirectories()