All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.sf.okapi.proto.textunitflat.CodeOrBuilder Maven / Gradle / Ivy

There is a newer version: 1.47.0
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: TextUnitFlat.proto

package net.sf.okapi.proto.textunitflat;

public interface CodeOrBuilder extends
    // @@protoc_insertion_point(interface_extends:Code)
    com.google.protobuf.MessageOrBuilder {

  /**
   * .TextFragment.TagType tagType = 1;
   * @return The enum numeric value on the wire for tagType.
   */
  int getTagTypeValue();
  /**
   * .TextFragment.TagType tagType = 1;
   * @return The tagType.
   */
  net.sf.okapi.proto.textunitflat.TextFragment.TagType getTagType();

  /**
   * optional string originalId = 2;
   * @return Whether the originalId field is set.
   */
  boolean hasOriginalId();
  /**
   * optional string originalId = 2;
   * @return The originalId.
   */
  java.lang.String getOriginalId();
  /**
   * optional string originalId = 2;
   * @return The bytes for originalId.
   */
  com.google.protobuf.ByteString
      getOriginalIdBytes();

  /**
   * int32 id = 3;
   * @return The id.
   */
  int getId();

  /**
   * string codeType = 4;
   * @return The codeType.
   */
  java.lang.String getCodeType();
  /**
   * string codeType = 4;
   * @return The bytes for codeType.
   */
  com.google.protobuf.ByteString
      getCodeTypeBytes();

  /**
   * string data = 5;
   * @return The data.
   */
  java.lang.String getData();
  /**
   * string data = 5;
   * @return The bytes for data.
   */
  com.google.protobuf.ByteString
      getDataBytes();

  /**
   * optional string outerData = 6;
   * @return Whether the outerData field is set.
   */
  boolean hasOuterData();
  /**
   * optional string outerData = 6;
   * @return The outerData.
   */
  java.lang.String getOuterData();
  /**
   * optional string outerData = 6;
   * @return The bytes for outerData.
   */
  com.google.protobuf.ByteString
      getOuterDataBytes();

  /**
   * int32 flag = 7;
   * @return The flag.
   */
  int getFlag();

  /**
   * optional string mergedData = 8;
   * @return Whether the mergedData field is set.
   */
  boolean hasMergedData();
  /**
   * optional string mergedData = 8;
   * @return The mergedData.
   */
  java.lang.String getMergedData();
  /**
   * optional string mergedData = 8;
   * @return The bytes for mergedData.
   */
  com.google.protobuf.ByteString
      getMergedDataBytes();

  /**
   * int32 position = 9;
   * @return The position.
   */
  int getPosition();

  /**
   * bool isolated = 10;
   * @return The isolated.
   */
  boolean getIsolated();

  /**
   * bool added = 11;
   * @return The added.
   */
  boolean getAdded();

  /**
   * optional string displayText = 12;
   * @return Whether the displayText field is set.
   */
  boolean hasDisplayText();
  /**
   * optional string displayText = 12;
   * @return The displayText.
   */
  java.lang.String getDisplayText();
  /**
   * optional string displayText = 12;
   * @return The bytes for displayText.
   */
  com.google.protobuf.ByteString
      getDisplayTextBytes();

  /**
   * repeated .Property properties = 13;
   */
  java.util.List 
      getPropertiesList();
  /**
   * repeated .Property properties = 13;
   */
  net.sf.okapi.proto.textunitflat.Property getProperties(int index);
  /**
   * repeated .Property properties = 13;
   */
  int getPropertiesCount();
  /**
   * repeated .Property properties = 13;
   */
  java.util.List 
      getPropertiesOrBuilderList();
  /**
   * repeated .Property properties = 13;
   */
  net.sf.okapi.proto.textunitflat.PropertyOrBuilder getPropertiesOrBuilder(
      int index);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy