public static enum FuseShell.CommandType extends Enum<FuseShell.CommandType>
Enum Constant and Description |
---|
METADATA_CACHE
Command will operate the metadata cache.
|
Modifier and Type | Method and Description |
---|---|
static FuseShell.CommandType |
fromValue(String value) |
String |
toString() |
static FuseShell.CommandType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FuseShell.CommandType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FuseShell.CommandType METADATA_CACHE
public static FuseShell.CommandType[] values()
for (FuseShell.CommandType c : FuseShell.CommandType.values()) System.out.println(c);
public static FuseShell.CommandType 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<FuseShell.CommandType>
public static FuseShell.CommandType fromValue(String value)
value
- that need to be transformed to CommandTypeCopyright © 2023. All Rights Reserved.