Uses of Class
net.sf.okapi.common.resource.ISegments.MetaCopyStrategy
-
Packages that use ISegments.MetaCopyStrategy Package Description net.sf.okapi.common.resource Interfaces and classes that represent the parsed resources attached to the events sent by a filter. -
-
Uses of ISegments.MetaCopyStrategy in net.sf.okapi.common.resource
Methods in net.sf.okapi.common.resource that return ISegments.MetaCopyStrategy Modifier and Type Method Description static ISegments.MetaCopyStrategyISegments.MetaCopyStrategy. valueOf(String name)Returns the enum constant of this type with the specified name.static ISegments.MetaCopyStrategy[]ISegments.MetaCopyStrategy. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.sf.okapi.common.resource with parameters of type ISegments.MetaCopyStrategy Modifier and Type Method Description intISegments. create(List<Range> ranges, boolean allowEmptySegments, ISegments.MetaCopyStrategy strategy)intSegments. create(List<Range> ranges, boolean allowEmptySegments, ISegments.MetaCopyStrategy strategy)
-