
net.sf.okapi.proto.textunitflat.NoteOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: TextUnitFlat.proto
package net.sf.okapi.proto.textunitflat;
public interface NoteOrBuilder extends
// @@protoc_insertion_point(interface_extends:Note)
com.google.protobuf.MessageOrBuilder {
/**
*
* Required
*
*
* string note = 1;
* @return The note.
*/
java.lang.String getNote();
/**
*
* Required
*
*
* string note = 1;
* @return The bytes for note.
*/
com.google.protobuf.ByteString
getNoteBytes();
/**
*
* optional
*
*
* optional string xmlLang = 2;
* @return Whether the xmlLang field is set.
*/
boolean hasXmlLang();
/**
*
* optional
*
*
* optional string xmlLang = 2;
* @return The xmlLang.
*/
java.lang.String getXmlLang();
/**
*
* optional
*
*
* optional string xmlLang = 2;
* @return The bytes for xmlLang.
*/
com.google.protobuf.ByteString
getXmlLangBytes();
/**
* optional string from = 3;
* @return Whether the from field is set.
*/
boolean hasFrom();
/**
* optional string from = 3;
* @return The from.
*/
java.lang.String getFrom();
/**
* optional string from = 3;
* @return The bytes for from.
*/
com.google.protobuf.ByteString
getFromBytes();
/**
* optional .Note.Priority priority = 4;
* @return Whether the priority field is set.
*/
boolean hasPriority();
/**
* optional .Note.Priority priority = 4;
* @return The enum numeric value on the wire for priority.
*/
int getPriorityValue();
/**
* optional .Note.Priority priority = 4;
* @return The priority.
*/
net.sf.okapi.proto.textunitflat.Note.Priority getPriority();
/**
* optional .Note.Annotates annotates = 5;
* @return Whether the annotates field is set.
*/
boolean hasAnnotates();
/**
* optional .Note.Annotates annotates = 5;
* @return The enum numeric value on the wire for annotates.
*/
int getAnnotatesValue();
/**
* optional .Note.Annotates annotates = 5;
* @return The annotates.
*/
net.sf.okapi.proto.textunitflat.Note.Annotates getAnnotates();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy