public static enum IPFS.PinType extends java.lang.Enum<IPFS.PinType>
Modifier and Type | Method and Description |
---|---|
static IPFS.PinType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static IPFS.PinType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IPFS.PinType all
public static final IPFS.PinType direct
public static final IPFS.PinType indirect
public static final IPFS.PinType recursive
public static IPFS.PinType[] values()
for (IPFS.PinType c : IPFS.PinType.values()) System.out.println(c);
public static IPFS.PinType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null