public static enum RestFileSystemOptions.CacheFallback extends Enum<RestFileSystemOptions.CacheFallback>
| Modifier and Type | Method and Description |
|---|---|
static RestFileSystemOptions.CacheFallback |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RestFileSystemOptions.CacheFallback[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RestFileSystemOptions.CacheFallback NEVER
public static final RestFileSystemOptions.CacheFallback OFFLINE
public static final RestFileSystemOptions.CacheFallback ALWAYS
public static RestFileSystemOptions.CacheFallback[] values()
for (RestFileSystemOptions.CacheFallback c : RestFileSystemOptions.CacheFallback.values()) System.out.println(c);
public static RestFileSystemOptions.CacheFallback 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 © 2023 LSST. All rights reserved.