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

net.sf.okapi.proto.textunitflat.PropertyOrBuilder 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 PropertyOrBuilder extends
    // @@protoc_insertion_point(interface_extends:Property)
    com.google.protobuf.MessageOrBuilder {

  /**
   * string name = 1;
   * @return The name.
   */
  java.lang.String getName();
  /**
   * string name = 1;
   * @return The bytes for name.
   */
  com.google.protobuf.ByteString
      getNameBytes();

  /**
   * optional string value = 2;
   * @return Whether the value field is set.
   */
  boolean hasValue();
  /**
   * optional string value = 2;
   * @return The value.
   */
  java.lang.String getValue();
  /**
   * optional string value = 2;
   * @return The bytes for value.
   */
  com.google.protobuf.ByteString
      getValueBytes();

  /**
   * optional bool readOnly = 3;
   * @return Whether the readOnly field is set.
   */
  boolean hasReadOnly();
  /**
   * optional bool readOnly = 3;
   * @return The readOnly.
   */
  boolean getReadOnly();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy