| Package | Description |
|---|---|
| edu.cornell.mannlib.orcidclient.responses.message_1_2 |
| Modifier and Type | Field and Description |
|---|---|
protected Iso3166Country |
OrganizationAddress.country |
| Modifier and Type | Method and Description |
|---|---|
static Iso3166Country |
Iso3166Country.fromValue(String v) |
Iso3166Country |
OrganizationAddress.getCountry()
Gets the value of the country property.
|
static Iso3166Country |
Iso3166Country.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Iso3166Country[] |
Iso3166Country.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OrganizationAddress.setCountry(Iso3166Country value)
Sets the value of the country property.
|
Copyright © 2017. All rights reserved.