public enum NugetConfigFileType extends Enum<NugetConfigFileType>
| Enum Constant and Description |
|---|
CONFIG_FILE_TYPE |
CSPROJ_TYPE |
| Modifier and Type | Method and Description |
|---|---|
static NugetConfigFileType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NugetConfigFileType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NugetConfigFileType CONFIG_FILE_TYPE
public static final NugetConfigFileType CSPROJ_TYPE
public static NugetConfigFileType[] values()
for (NugetConfigFileType c : NugetConfigFileType.values()) System.out.println(c);
public static NugetConfigFileType 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 © 2014–2020 Checkmarx. All rights reserved.