public static enum ResourceParameter.Mode extends Enum<ResourceParameter.Mode>
| Enum Constant and Description |
|---|
BODY |
BODY_BYTE_ARRAY |
ENCODING |
RESOURCE |
| Modifier and Type | Method and Description |
|---|---|
static ResourceParameter.Mode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResourceParameter.Mode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ResourceParameter.Mode BODY
public static final ResourceParameter.Mode BODY_BYTE_ARRAY
public static final ResourceParameter.Mode ENCODING
public static final ResourceParameter.Mode RESOURCE
public static ResourceParameter.Mode[] values()
for (ResourceParameter.Mode c : ResourceParameter.Mode.values()) System.out.println(c);
public static ResourceParameter.Mode 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 © 2014–2019 University Health Network. All rights reserved.