public static enum ResourceParameter.KIND extends Enum<ResourceParameter.KIND>
Enum Constant and Description |
---|
HTTP_BODY_OBJECT |
HTTP_HEADER |
QUERY_STRING |
URL_PATH |
Modifier and Type | Method and Description |
---|---|
static ResourceParameter.KIND |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResourceParameter.KIND[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ResourceParameter.KIND QUERY_STRING
public static final ResourceParameter.KIND HTTP_BODY_OBJECT
public static final ResourceParameter.KIND URL_PATH
public static final ResourceParameter.KIND HTTP_HEADER
public static ResourceParameter.KIND[] values()
for (ResourceParameter.KIND c : ResourceParameter.KIND.values()) System.out.println(c);
public static ResourceParameter.KIND 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 © 2005–2017 Alfresco Software. All rights reserved.