public class LocalizedString extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
language |
protected String |
string |
| Constructor and Description |
|---|
LocalizedString() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getLanguage()
The term's language.
|
String |
getString()
The localized term.
|
int |
hashCode() |
String |
toString() |
Copyright © 2024. All rights reserved.