protected static enum BaseTest.RequestType extends Enum<BaseTest.RequestType>
Enum Constant and Description |
---|
DELETE |
GET |
GETES |
POST |
POSTREQUEST |
PUT |
Modifier and Type | Method and Description |
---|---|
static BaseTest.RequestType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BaseTest.RequestType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BaseTest.RequestType GET
public static final BaseTest.RequestType POST
public static final BaseTest.RequestType DELETE
public static final BaseTest.RequestType PUT
public static final BaseTest.RequestType POSTREQUEST
public static final BaseTest.RequestType GETES
public static BaseTest.RequestType[] values()
for (BaseTest.RequestType c : BaseTest.RequestType.values()) System.out.println(c);
public static BaseTest.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 nullCopyright © 2018 Nuxeo. All rights reserved.