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