public class LocalizedString extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
displayName |
protected String |
language |
protected String |
string |
| Constructor and Description |
|---|
LocalizedString() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getDisplayName() |
String |
getLanguage() |
String |
getString() |
int |
hashCode() |
String |
toString() |
protected String displayName
protected String language
protected String string
Copyright © 2022. All rights reserved.