Uses of Class
net.sf.okapi.filters.xliff.Parameters.SegmentationType
-
Packages that use Parameters.SegmentationType Package Description net.sf.okapi.filters.xliff -
-
Uses of Parameters.SegmentationType in net.sf.okapi.filters.xliff
Methods in net.sf.okapi.filters.xliff that return Parameters.SegmentationType Modifier and Type Method Description Parameters.SegmentationTypeParameters. getOutputSegmentationType()static Parameters.SegmentationTypeParameters.SegmentationType. valueOf(String name)Returns the enum constant of this type with the specified name.static Parameters.SegmentationType[]Parameters.SegmentationType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.sf.okapi.filters.xliff that return types with arguments of type Parameters.SegmentationType Modifier and Type Method Description static Optional<Parameters.SegmentationType>Parameters.SegmentationType. byValue(int value)Methods in net.sf.okapi.filters.xliff with parameters of type Parameters.SegmentationType Modifier and Type Method Description voidParameters. setOutputSegmentationType(Parameters.SegmentationType segmentationType)
-