public enum OrganizationPidScheme extends Enum<OrganizationPidScheme>
| Enum Constant and Description |
|---|
fundRef |
isni |
RingGold |
ror |
wikiData |
| Modifier and Type | Method and Description |
|---|---|
static OrganizationPidScheme |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OrganizationPidScheme[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OrganizationPidScheme ror
public static final OrganizationPidScheme isni
public static final OrganizationPidScheme wikiData
public static final OrganizationPidScheme RingGold
public static final OrganizationPidScheme fundRef
public static OrganizationPidScheme[] values()
for (OrganizationPidScheme c : OrganizationPidScheme.values()) System.out.println(c);
public static OrganizationPidScheme 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.