Uses of Class
net.sf.okapi.steps.searchandreplace.SearchAndReplaceStep.TargetType
-
Packages that use SearchAndReplaceStep.TargetType Package Description net.sf.okapi.steps.searchandreplace -
-
Uses of SearchAndReplaceStep.TargetType in net.sf.okapi.steps.searchandreplace
Methods in net.sf.okapi.steps.searchandreplace that return SearchAndReplaceStep.TargetType Modifier and Type Method Description static SearchAndReplaceStep.TargetTypeSearchAndReplaceStep.TargetType. valueOf(String name)Returns the enum constant of this type with the specified name.static SearchAndReplaceStep.TargetType[]SearchAndReplaceStep.TargetType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-