public class Pronunciation extends Object
| Constructor and Description |
|---|
Pronunciation() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Nillable<String> |
getIPA() |
Nillable<URI> |
getSoundLink() |
int |
hashCode() |
Pronunciation |
setIPA(Nillable<String> ipa) |
Pronunciation |
setIPA(String ipa) |
Pronunciation |
setSoundLink(Nillable<URI> soundLink) |
Pronunciation |
setSoundLink(URI soundLink) |
String |
toString() |
public Pronunciation setIPA(Nillable<String> ipa)
public Pronunciation setIPA(String ipa)
public Pronunciation setSoundLink(Nillable<URI> soundLink)
public Pronunciation setSoundLink(URI soundLink)
Copyright © 2015–2021 52North Initiative for Geospatial Open Source Software GmbH. All rights reserved.