public static enum AdapterRequest.AdapterRequestType extends Enum<AdapterRequest.AdapterRequestType>
| Enum Constant and Description |
|---|
CREATE_VIRTUAL_SCHEMA |
DROP_VIRTUAL_SCHEMA |
GET_CAPABILITIES |
PUSHDOWN |
REFRESH |
SET_PROPERTIES |
| Modifier and Type | Method and Description |
|---|---|
static AdapterRequest.AdapterRequestType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AdapterRequest.AdapterRequestType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AdapterRequest.AdapterRequestType CREATE_VIRTUAL_SCHEMA
public static final AdapterRequest.AdapterRequestType DROP_VIRTUAL_SCHEMA
public static final AdapterRequest.AdapterRequestType REFRESH
public static final AdapterRequest.AdapterRequestType SET_PROPERTIES
public static final AdapterRequest.AdapterRequestType GET_CAPABILITIES
public static final AdapterRequest.AdapterRequestType PUSHDOWN
public static AdapterRequest.AdapterRequestType[] values()
for (AdapterRequest.AdapterRequestType c : AdapterRequest.AdapterRequestType.values()) System.out.println(c);
public static AdapterRequest.AdapterRequestType 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 © 2019. All rights reserved.