public static enum HttpDatasetDescriptor.Platform extends Enum<HttpDatasetDescriptor.Platform>
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static HttpDatasetDescriptor.Platform |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HttpDatasetDescriptor.Platform[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HttpDatasetDescriptor.Platform HTTP
public static final HttpDatasetDescriptor.Platform HTTPS
public static HttpDatasetDescriptor.Platform[] values()
for (HttpDatasetDescriptor.Platform c : HttpDatasetDescriptor.Platform.values()) System.out.println(c);
public static HttpDatasetDescriptor.Platform 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 nullpublic String toString()
toString in class Enum<HttpDatasetDescriptor.Platform>