Uses of Class
net.sf.okapi.lib.xliff2.glossary.Definition
-
Packages that use Definition Package Description net.sf.okapi.lib.xliff2.glossary Classes to read, write and manipulate the elements and attributes of the Glossary module.net.sf.okapi.steps.rainbowkit.xliff -
-
Uses of Definition in net.sf.okapi.lib.xliff2.glossary
Methods in net.sf.okapi.lib.xliff2.glossary that return Definition Modifier and Type Method Description DefinitionGlossEntry. getDefinition()Gets the definition for this entry.DefinitionGlossEntry. setDefinition(Definition definition)Sets a new definition for this entry.Methods in net.sf.okapi.lib.xliff2.glossary with parameters of type Definition Modifier and Type Method Description DefinitionGlossEntry. setDefinition(Definition definition)Sets a new definition for this entry.Constructors in net.sf.okapi.lib.xliff2.glossary with parameters of type Definition Constructor Description Definition(Definition original)Copy constructor. -
Uses of Definition in net.sf.okapi.steps.rainbowkit.xliff
Methods in net.sf.okapi.steps.rainbowkit.xliff that return Definition Modifier and Type Method Description static DefinitionXLIFF2Utils. toXliffDefinition(GlossEntry.Definition definition)
-