public static enum NetCDFPublisher.UploadMethod extends Enum<NetCDFPublisher.UploadMethod>
| Enum Constant and Description |
|---|
external
Deprecated.
|
EXTERNAL |
file
Deprecated.
|
FILE |
url
Deprecated.
|
URL |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static NetCDFPublisher.UploadMethod |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NetCDFPublisher.UploadMethod[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NetCDFPublisher.UploadMethod FILE
@Deprecated public static final NetCDFPublisher.UploadMethod file
public static final NetCDFPublisher.UploadMethod URL
@Deprecated public static final NetCDFPublisher.UploadMethod url
public static final NetCDFPublisher.UploadMethod EXTERNAL
@Deprecated public static final NetCDFPublisher.UploadMethod external
public static NetCDFPublisher.UploadMethod[] values()
for (NetCDFPublisher.UploadMethod c : NetCDFPublisher.UploadMethod.values()) System.out.println(c);
public static NetCDFPublisher.UploadMethod 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<NetCDFPublisher.UploadMethod>Copyright © 2019. All Rights Reserved.