Uses of Class
net.sf.okapi.lib.xliff2.core.Directionality
-
Packages that use Directionality Package Description net.sf.okapi.lib.xliff2.core Classes implementing the object model of a parsed XLIFF document.net.sf.okapi.lib.xliff2.matches Classes to read, write and manipulate the elements and attributes of the Translation Candidates module. -
-
Uses of Directionality in net.sf.okapi.lib.xliff2.core
Methods in net.sf.okapi.lib.xliff2.core that return Directionality Modifier and Type Method Description DirectionalityCTag. getDataDir()Gets the directionality of the original data of this code's tag.DirectionalityCTag. getDir()Gets the directionality of the content of this code.DirectionalityFragment. getDir(boolean resolved)Gets the directionality of this fragment.DirectionalityInheritedData. getSourceDir()DirectionalityIWithInheritedData. getSourceDir()DirectionalityIWithStore. getSourceDir()DirectionalityStore. getSourceDir()Gets the source directionality for this store.DirectionalityInheritedData. getTargetDir()DirectionalityIWithInheritedData. getTargetDir()DirectionalityIWithStore. getTargetDir()DirectionalityStore. getTargetDir()Gets the target directionality for this store.static DirectionalityDirectionality. valueOf(String name)Returns the enum constant of this type with the specified name.static Directionality[]Directionality. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.sf.okapi.lib.xliff2.core with parameters of type Directionality Modifier and Type Method Description voidCTag. setDataDir(Directionality dir)Sets the directionality of the original data of this code's tag.voidCTag. setDir(Directionality dir)Sets the directionality of the content of this code (for both opening/closing tags).voidFragment. setDir(Directionality dir)Sets the directionality for this fragment.voidInheritedData. setSourceDir(Directionality dir)voidIWithInheritedData. setSourceDir(Directionality dir)voidIWithStore. setSourceDir(Directionality dir)voidStore. setSourceDir(Directionality dir)Sets the source directionality for this store.voidInheritedData. setTargetDir(Directionality dir)voidIWithInheritedData. setTargetDir(Directionality dir)voidIWithStore. setTargetDir(Directionality dir)voidStore. setTargetDir(Directionality dir)Sets the target directionality for this store. -
Uses of Directionality in net.sf.okapi.lib.xliff2.matches
Methods in net.sf.okapi.lib.xliff2.matches that return Directionality Modifier and Type Method Description DirectionalityMatch. getSourceDir()DirectionalityMatch. getTargetDir()Methods in net.sf.okapi.lib.xliff2.matches with parameters of type Directionality Modifier and Type Method Description voidMatch. setSourceDir(Directionality dir)voidMatch. setTargetDir(Directionality dir)
-