public static enum HttpFileWriterTask.HttpFileWriterTaskDependencies extends Enum<HttpFileWriterTask.HttpFileWriterTaskDependencies>
Enum Constant and Description |
---|
HTTP_FILE |
SERVER_HTTP_CONNECTION |
Modifier and Type | Method and Description |
---|---|
static HttpFileWriterTask.HttpFileWriterTaskDependencies |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HttpFileWriterTask.HttpFileWriterTaskDependencies[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HttpFileWriterTask.HttpFileWriterTaskDependencies HTTP_FILE
public static final HttpFileWriterTask.HttpFileWriterTaskDependencies SERVER_HTTP_CONNECTION
public static HttpFileWriterTask.HttpFileWriterTaskDependencies[] values()
for (HttpFileWriterTask.HttpFileWriterTaskDependencies c : HttpFileWriterTask.HttpFileWriterTaskDependencies.values()) System.out.println(c);
public static HttpFileWriterTask.HttpFileWriterTaskDependencies 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–2016. All rights reserved.