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