public static enum ExternalHooks.NoProvenance extends java.lang.Enum<ExternalHooks.NoProvenance> implements ExternalHooks.GetProvenance
| Enum Constant and Description |
|---|
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
get(java.nio.file.Path path) |
static ExternalHooks.NoProvenance |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ExternalHooks.NoProvenance[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ExternalHooks.NoProvenance INSTANCE
public static ExternalHooks.NoProvenance[] values()
for (ExternalHooks.NoProvenance c : ExternalHooks.NoProvenance.values()) System.out.println(c);
public static ExternalHooks.NoProvenance 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 nullpublic java.lang.String get(java.nio.file.Path path)
get in interface ExternalHooks.GetProvenance