Uses of Class
net.sf.okapi.lib.xliff2.core.Part.GetTarget
-
Packages that use Part.GetTarget Package Description net.sf.okapi.lib.xliff2.core Classes implementing the object model of a parsed XLIFF document. -
-
Uses of Part.GetTarget in net.sf.okapi.lib.xliff2.core
Methods in net.sf.okapi.lib.xliff2.core that return Part.GetTarget Modifier and Type Method Description static Part.GetTargetPart.GetTarget. valueOf(String name)Returns the enum constant of this type with the specified name.static Part.GetTarget[]Part.GetTarget. 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 Part.GetTarget Modifier and Type Method Description FragmentPart. getTarget(Part.GetTarget creationOption)Gets the target fragment for this part, and possibly create it if it does not exists yet.
-