Uses of Class
net.sf.okapi.proto.textunitflat.Note
-
Packages that use Note Package Description net.sf.okapi.lib.serialization.textunitflat net.sf.okapi.proto.textunitflat -
-
Uses of Note in net.sf.okapi.lib.serialization.textunitflat
Methods in net.sf.okapi.lib.serialization.textunitflat that return Note Modifier and Type Method Description static NoteTextUnitFlat2Proto. toNote(Note note)Methods in net.sf.okapi.lib.serialization.textunitflat with parameters of type Note Modifier and Type Method Description static NoteProto2TextUnitFlat. toNote(Note note) -
Uses of Note in net.sf.okapi.proto.textunitflat
Methods in net.sf.okapi.proto.textunitflat that return Note Modifier and Type Method Description NoteNote.Builder. build()NoteNote.Builder. buildPartial()static NoteNote. getDefaultInstance()NoteNote.Builder. getDefaultInstanceForType()NoteNote. getDefaultInstanceForType()NoteTextContainer.Builder. getNotes(int index)repeated .Note notes = 12;NoteTextContainer. getNotes(int index)repeated .Note notes = 12;NoteTextContainerOrBuilder. getNotes(int index)repeated .Note notes = 12;NoteTextUnit.Builder. getNotes(int index)repeated .Note notes = 10;NoteTextUnit. getNotes(int index)repeated .Note notes = 10;NoteTextUnitOrBuilder. getNotes(int index)repeated .Note notes = 10;static NoteNote. parseDelimitedFrom(InputStream input)static NoteNote. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static NoteNote. parseFrom(byte[] data)static NoteNote. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static NoteNote. parseFrom(com.google.protobuf.ByteString data)static NoteNote. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static NoteNote. parseFrom(com.google.protobuf.CodedInputStream input)static NoteNote. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static NoteNote. parseFrom(InputStream input)static NoteNote. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static NoteNote. parseFrom(ByteBuffer data)static NoteNote. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in net.sf.okapi.proto.textunitflat that return types with arguments of type Note Modifier and Type Method Description List<Note>TextContainer.Builder. getNotesList()repeated .Note notes = 12;List<Note>TextContainer. getNotesList()repeated .Note notes = 12;List<Note>TextContainerOrBuilder. getNotesList()repeated .Note notes = 12;List<Note>TextUnit.Builder. getNotesList()repeated .Note notes = 10;List<Note>TextUnit. getNotesList()repeated .Note notes = 10;List<Note>TextUnitOrBuilder. getNotesList()repeated .Note notes = 10;com.google.protobuf.Parser<Note>Note. getParserForType()static com.google.protobuf.Parser<Note>Note. parser()Methods in net.sf.okapi.proto.textunitflat with parameters of type Note Modifier and Type Method Description TextContainer.BuilderTextContainer.Builder. addNotes(int index, Note value)repeated .Note notes = 12;TextContainer.BuilderTextContainer.Builder. addNotes(Note value)repeated .Note notes = 12;TextUnit.BuilderTextUnit.Builder. addNotes(int index, Note value)repeated .Note notes = 10;TextUnit.BuilderTextUnit.Builder. addNotes(Note value)repeated .Note notes = 10;Note.BuilderNote.Builder. mergeFrom(Note other)static Note.BuilderNote. newBuilder(Note prototype)TextContainer.BuilderTextContainer.Builder. setNotes(int index, Note value)repeated .Note notes = 12;TextUnit.BuilderTextUnit.Builder. setNotes(int index, Note value)repeated .Note notes = 10;Method parameters in net.sf.okapi.proto.textunitflat with type arguments of type Note Modifier and Type Method Description TextContainer.BuilderTextContainer.Builder. addAllNotes(Iterable<? extends Note> values)repeated .Note notes = 12;TextUnit.BuilderTextUnit.Builder. addAllNotes(Iterable<? extends Note> values)repeated .Note notes = 10;
-