net.sf.okapi.proto.textunitflat.TextContainerOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: TextUnitFlat.proto
package net.sf.okapi.proto.textunitflat;
public interface TextContainerOrBuilder extends
// @@protoc_insertion_point(interface_extends:TextContainer)
com.google.protobuf.MessageOrBuilder {
/**
* string mimeType = 1;
* @return The mimeType.
*/
java.lang.String getMimeType();
/**
* string mimeType = 1;
* @return The bytes for mimeType.
*/
com.google.protobuf.ByteString
getMimeTypeBytes();
/**
* optional string name = 2;
* @return Whether the name field is set.
*/
boolean hasName();
/**
* optional string name = 2;
* @return The name.
*/
java.lang.String getName();
/**
* optional string name = 2;
* @return The bytes for name.
*/
com.google.protobuf.ByteString
getNameBytes();
/**
* string tuType = 3;
* @return The tuType.
*/
java.lang.String getTuType();
/**
* string tuType = 3;
* @return The bytes for tuType.
*/
com.google.protobuf.ByteString
getTuTypeBytes();
/**
* bool translatable = 4;
* @return The translatable.
*/
boolean getTranslatable();
/**
* bool preserveWS = 5;
* @return The preserveWS.
*/
boolean getPreserveWS();
/**
* repeated .TextPart parts = 6;
*/
java.util.List
getPartsList();
/**
* repeated .TextPart parts = 6;
*/
net.sf.okapi.proto.textunitflat.TextPart getParts(int index);
/**
* repeated .TextPart parts = 6;
*/
int getPartsCount();
/**
* repeated .TextPart parts = 6;
*/
java.util.List extends net.sf.okapi.proto.textunitflat.TextPartOrBuilder>
getPartsOrBuilderList();
/**
* repeated .TextPart parts = 6;
*/
net.sf.okapi.proto.textunitflat.TextPartOrBuilder getPartsOrBuilder(
int index);
/**
* bool segApplied = 7;
* @return The segApplied.
*/
boolean getSegApplied();
/**
* string locale = 8;
* @return The locale.
*/
java.lang.String getLocale();
/**
* string locale = 8;
* @return The bytes for locale.
*/
com.google.protobuf.ByteString
getLocaleBytes();
/**
* repeated .Property properties = 9;
*/
java.util.List
getPropertiesList();
/**
* repeated .Property properties = 9;
*/
net.sf.okapi.proto.textunitflat.Property getProperties(int index);
/**
* repeated .Property properties = 9;
*/
int getPropertiesCount();
/**
* repeated .Property properties = 9;
*/
java.util.List extends net.sf.okapi.proto.textunitflat.PropertyOrBuilder>
getPropertiesOrBuilderList();
/**
* repeated .Property properties = 9;
*/
net.sf.okapi.proto.textunitflat.PropertyOrBuilder getPropertiesOrBuilder(
int index);
/**
* string id = 10;
* @return The id.
*/
java.lang.String getId();
/**
* string id = 10;
* @return The bytes for id.
*/
com.google.protobuf.ByteString
getIdBytes();
/**
* repeated .AltTranslation altTrans = 11;
*/
java.util.List
getAltTransList();
/**
* repeated .AltTranslation altTrans = 11;
*/
net.sf.okapi.proto.textunitflat.AltTranslation getAltTrans(int index);
/**
* repeated .AltTranslation altTrans = 11;
*/
int getAltTransCount();
/**
* repeated .AltTranslation altTrans = 11;
*/
java.util.List extends net.sf.okapi.proto.textunitflat.AltTranslationOrBuilder>
getAltTransOrBuilderList();
/**
* repeated .AltTranslation altTrans = 11;
*/
net.sf.okapi.proto.textunitflat.AltTranslationOrBuilder getAltTransOrBuilder(
int index);
/**
* repeated .Note notes = 12;
*/
java.util.List
getNotesList();
/**
* repeated .Note notes = 12;
*/
net.sf.okapi.proto.textunitflat.Note getNotes(int index);
/**
* repeated .Note notes = 12;
*/
int getNotesCount();
/**
* repeated .Note notes = 12;
*/
java.util.List extends net.sf.okapi.proto.textunitflat.NoteOrBuilder>
getNotesOrBuilderList();
/**
* repeated .Note notes = 12;
*/
net.sf.okapi.proto.textunitflat.NoteOrBuilder getNotesOrBuilder(
int index);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy