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