public static enum NetCDFPublisher.Purge extends Enum<NetCDFPublisher.Purge>
| Modifier and Type | Method and Description |
|---|---|
static NetCDFPublisher.Purge |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NetCDFPublisher.Purge[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NetCDFPublisher.Purge NONE
public static final NetCDFPublisher.Purge METADATA
public static final NetCDFPublisher.Purge ALL
public static NetCDFPublisher.Purge[] values()
for (NetCDFPublisher.Purge c : NetCDFPublisher.Purge.values()) System.out.println(c);
public static NetCDFPublisher.Purge 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 © 2019. All Rights Reserved.