public static enum IPFSConfiguration.IPFSCommand extends Enum<IPFSConfiguration.IPFSCommand>
Modifier and Type | Method and Description |
---|---|
static IPFSConfiguration.IPFSCommand |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IPFSConfiguration.IPFSCommand[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IPFSConfiguration.IPFSCommand add
public static final IPFSConfiguration.IPFSCommand cat
public static final IPFSConfiguration.IPFSCommand get
public static final IPFSConfiguration.IPFSCommand version
public static IPFSConfiguration.IPFSCommand[] values()
for (IPFSConfiguration.IPFSCommand c : IPFSConfiguration.IPFSCommand.values()) System.out.println(c);
public static IPFSConfiguration.IPFSCommand 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 nullApache Camel