public class GlossEntry extends Object implements Iterable<GlossEntry.Translation>
| Modifier and Type | Class and Description |
|---|---|
static class |
GlossEntry.Definition
Wrapper class for XLIFF glossary definition element
|
static class |
GlossEntry.Term
Wrapper class for XLIFF glossary term element
|
static class |
GlossEntry.Translation
Wrapper class for XLIFF glossary translation element
|
| Constructor and Description |
|---|
GlossEntry() |
| Modifier and Type | Method and Description |
|---|---|
void |
addTranslation(GlossEntry.Translation translation) |
boolean |
equals(Object o) |
GlossEntry.Definition |
getDefinition() |
String |
getId() |
String |
getRef() |
GlossEntry.Term |
getTerm() |
Set<GlossEntry.Translation> |
getTranslations() |
int |
hashCode() |
Iterator<GlossEntry.Translation> |
iterator() |
void |
setDefinition(GlossEntry.Definition definition) |
void |
setId(String id) |
void |
setRef(String ref) |
void |
setTerm(GlossEntry.Term term) |
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitforEach, spliteratorpublic String getId()
public void setId(String id)
public String getRef()
public void setRef(String ref)
public GlossEntry.Definition getDefinition()
public void setDefinition(GlossEntry.Definition definition)
public GlossEntry.Term getTerm()
public void setTerm(GlossEntry.Term term)
public Set<GlossEntry.Translation> getTranslations()
public void addTranslation(GlossEntry.Translation translation)
public Iterator<GlossEntry.Translation> iterator()
iterator in interface Iterable<GlossEntry.Translation>Copyright © 2022. All rights reserved.