Uses of Class
net.sf.okapi.proto.textunitflat.TextFragment
-
Packages that use TextFragment Package Description net.sf.okapi.proto.textunitflat -
-
Uses of TextFragment in net.sf.okapi.proto.textunitflat
Methods in net.sf.okapi.proto.textunitflat that return TextFragment Modifier and Type Method Description TextFragmentTextFragment.Builder. build()TextFragmentTextFragment.Builder. buildPartial()static TextFragmentTextFragment. getDefaultInstance()TextFragmentTextFragment.Builder. getDefaultInstanceForType()TextFragmentTextFragment. getDefaultInstanceForType()TextFragmentTextPart.Builder. getText().TextFragment text = 3;TextFragmentTextPart. getText().TextFragment text = 3;TextFragmentTextPartOrBuilder. getText().TextFragment text = 3;static TextFragmentTextFragment. parseDelimitedFrom(InputStream input)static TextFragmentTextFragment. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TextFragmentTextFragment. parseFrom(byte[] data)static TextFragmentTextFragment. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TextFragmentTextFragment. parseFrom(com.google.protobuf.ByteString data)static TextFragmentTextFragment. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TextFragmentTextFragment. parseFrom(com.google.protobuf.CodedInputStream input)static TextFragmentTextFragment. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TextFragmentTextFragment. parseFrom(InputStream input)static TextFragmentTextFragment. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TextFragmentTextFragment. parseFrom(ByteBuffer data)static TextFragmentTextFragment. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in net.sf.okapi.proto.textunitflat that return types with arguments of type TextFragment Modifier and Type Method Description com.google.protobuf.Parser<TextFragment>TextFragment. getParserForType()static com.google.protobuf.Parser<TextFragment>TextFragment. parser()Methods in net.sf.okapi.proto.textunitflat with parameters of type TextFragment Modifier and Type Method Description TextFragment.BuilderTextFragment.Builder. mergeFrom(TextFragment other)TextPart.BuilderTextPart.Builder. mergeText(TextFragment value).TextFragment text = 3;static TextFragment.BuilderTextFragment. newBuilder(TextFragment prototype)TextPart.BuilderTextPart.Builder. setText(TextFragment value).TextFragment text = 3;
-