public enum CatalogueRequestParameter extends Enum<CatalogueRequestParameter>
| Enum Constant and Description |
|---|
CLEAR_URL |
ENTITY_CONTEXT |
ENTITY_NAME |
GCUBE_SCOPE |
QUERY_STRING |
| Modifier and Type | Method and Description |
|---|---|
String |
getKey() |
boolean |
isMandatory() |
static CatalogueRequestParameter |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CatalogueRequestParameter[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CatalogueRequestParameter GCUBE_SCOPE
public static final CatalogueRequestParameter ENTITY_CONTEXT
public static final CatalogueRequestParameter ENTITY_NAME
public static final CatalogueRequestParameter CLEAR_URL
public static final CatalogueRequestParameter QUERY_STRING
public static CatalogueRequestParameter[] values()
for (CatalogueRequestParameter c : CatalogueRequestParameter.values()) System.out.println(c);
public static CatalogueRequestParameter 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 getKey()
public boolean isMandatory()
Copyright © 2018. All Rights Reserved.