Uses of Class
net.sf.okapi.common.resource.TextFragment.CompareMode
-
Packages that use TextFragment.CompareMode 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 TextFragment.CompareMode in net.sf.okapi.common.resource
Methods in net.sf.okapi.common.resource that return TextFragment.CompareMode Modifier and Type Method Description static TextFragment.CompareModeTextFragment.CompareMode. valueOf(String name)Returns the enum constant of this type with the specified name.static TextFragment.CompareMode[]TextFragment.CompareMode. 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 TextFragment.CompareMode Modifier and Type Method Description intTextContainer. compareTo(TextContainer cont, TextFragment.CompareMode compareMode)Compares this container with another one.intTextFragment. compareTo(TextFragment frag, TextFragment.CompareMode compMode)Compares with another TextFragment.
-