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