public enum AppScanSourceCommand extends Enum<AppScanSourceCommand>
Enum Constant and Description |
---|
AppScanSourceCLI |
AppScanSrcAuto |
AppScanSrcExe |
Modifier and Type | Method and Description |
---|---|
String |
getName() |
static AppScanSourceCommand |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AppScanSourceCommand[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AppScanSourceCommand AppScanSourceCLI
public static final AppScanSourceCommand AppScanSrcAuto
public static final AppScanSourceCommand AppScanSrcExe
public static AppScanSourceCommand[] values()
for (AppScanSourceCommand c : AppScanSourceCommand.values()) System.out.println(c);
public static AppScanSourceCommand 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 String getName()
Copyright © 2004-2016. All Rights Reserved.