Uses of Class
net.sf.okapi.common.resource.TextFragment.Marker
-
Packages that use TextFragment.Marker 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.Marker in net.sf.okapi.common.resource
Methods in net.sf.okapi.common.resource that return TextFragment.Marker Modifier and Type Method Description static TextFragment.MarkerTextFragment.Marker. asEnum(int markerType)static TextFragment.MarkerTextFragment.Marker. valueOf(String name)Returns the enum constant of this type with the specified name.static TextFragment.Marker[]TextFragment.Marker. values()Returns an array containing the constants of this enum type, in the order they are declared.
-