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