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