public enum DWBindings extends Enum<DWBindings>
| Enum Constant and Description |
|---|
BODY |
HEADERS |
PARAMETERS |
QUERIES |
REASON_PHRASE |
REQUEST |
STATUS_CODE |
URIS |
WATERMARK |
| Modifier and Type | Method and Description |
|---|---|
String |
getBinding() |
static DWBindings |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DWBindings[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DWBindings PARAMETERS
public static final DWBindings URIS
public static final DWBindings QUERIES
public static final DWBindings HEADERS
public static final DWBindings BODY
public static final DWBindings WATERMARK
public static final DWBindings REQUEST
public static final DWBindings STATUS_CODE
public static final DWBindings REASON_PHRASE
public static DWBindings[] values()
for (DWBindings c : DWBindings.values()) System.out.println(c);
public static DWBindings 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 String getBinding()
Copyright © 2022. All rights reserved.