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