public static enum GetOpParam.Op extends Enum<GetOpParam.Op> implements HttpOpParam.Op
| 枚举常量和说明 |
|---|
GET_BLOCK_LOCATIONS
GET_BLOCK_LOCATIONS is a private unstable op.
|
GETCONTENTSUMMARY |
GETDELEGATIONTOKEN |
GETFILECHECKSUM |
GETFILESTATUS |
GETHOMEDIRECTORY |
LISTSTATUS |
NULL |
OPEN |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
getDoOutput() |
int |
getExpectedHttpResponseCode() |
boolean |
getRedirect() |
HttpOpParam.Type |
getType() |
String |
toQueryString() |
static GetOpParam.Op |
valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static GetOpParam.Op[] |
values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
public static final GetOpParam.Op OPEN
public static final GetOpParam.Op GETFILESTATUS
public static final GetOpParam.Op LISTSTATUS
public static final GetOpParam.Op GETCONTENTSUMMARY
public static final GetOpParam.Op GETFILECHECKSUM
public static final GetOpParam.Op GETHOMEDIRECTORY
public static final GetOpParam.Op GETDELEGATIONTOKEN
public static final GetOpParam.Op GET_BLOCK_LOCATIONS
public static final GetOpParam.Op NULL
public static GetOpParam.Op[] values()
for (GetOpParam.Op c : GetOpParam.Op.values()) System.out.println(c);
public static GetOpParam.Op valueOf(String name)
name - 要返回的枚举常量的名称。public HttpOpParam.Type getType()
getType 在接口中 HttpOpParam.Oppublic boolean getDoOutput()
getDoOutput 在接口中 HttpOpParam.Oppublic boolean getRedirect()
getRedirect 在接口中 HttpOpParam.Oppublic int getExpectedHttpResponseCode()
getExpectedHttpResponseCode 在接口中 HttpOpParam.Oppublic String toQueryString()
toQueryString 在接口中 HttpOpParam.OpCopyright © 2009 The Apache Software Foundation