public static enum SoftwareScanner_H35.ScannerServiceVersion extends java.lang.Enum<SoftwareScanner_H35.ScannerServiceVersion>
Modifier and Type | Method and Description |
---|---|
static SoftwareScanner_H35.ScannerServiceVersion |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SoftwareScanner_H35.ScannerServiceVersion[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SoftwareScanner_H35.ScannerServiceVersion VER_1
public static final SoftwareScanner_H35.ScannerServiceVersion VER_2
public static final SoftwareScanner_H35.ScannerServiceVersion VER_3
public static SoftwareScanner_H35.ScannerServiceVersion[] values()
for (SoftwareScanner_H35.ScannerServiceVersion c : SoftwareScanner_H35.ScannerServiceVersion.values()) System.out.println(c);
public static SoftwareScanner_H35.ScannerServiceVersion valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null