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. -
-
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.
-