public static enum CdmRemoteQueryBean.RequestType extends Enum<CdmRemoteQueryBean.RequestType>
| Enum Constant and Description |
|---|
capabilities |
cdl |
data |
header |
ncml |
| Modifier and Type | Method and Description |
|---|---|
static CdmRemoteQueryBean.RequestType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CdmRemoteQueryBean.RequestType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CdmRemoteQueryBean.RequestType capabilities
public static final CdmRemoteQueryBean.RequestType cdl
public static final CdmRemoteQueryBean.RequestType data
public static final CdmRemoteQueryBean.RequestType header
public static final CdmRemoteQueryBean.RequestType ncml
public static CdmRemoteQueryBean.RequestType[] values()
for (CdmRemoteQueryBean.RequestType c : CdmRemoteQueryBean.RequestType.values()) System.out.println(c);
public static CdmRemoteQueryBean.RequestType 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 null