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

org.openfeed.MarketWideStatus Maven / Gradle / Ivy

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// NO CHECKED-IN PROTOBUF GENCODE
// source: openfeed.proto
// Protobuf Java Version: 4.28.3

package org.openfeed;

/**
 * Protobuf enum {@code org.openfeed.MarketWideStatus}
 */
public enum MarketWideStatus
    implements com.google.protobuf.ProtocolMessageEnum {
  /**
   * STATUS_UNKNOWN = 0;
   */
  STATUS_UNKNOWN(0),
  /**
   * STATUS_START_OF_DAY = 1;
   */
  STATUS_START_OF_DAY(1),
  /**
   * STATUS_END_OF_DAY = 2;
   */
  STATUS_END_OF_DAY(2),
  /**
   * STATUS_OPEN = 3;
   */
  STATUS_OPEN(3),
  /**
   * STATUS_CLOSE = 4;
   */
  STATUS_CLOSE(4),
  UNRECOGNIZED(-1),
  ;

  static {
    com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion(
      com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC,
      /* major= */ 4,
      /* minor= */ 28,
      /* patch= */ 3,
      /* suffix= */ "",
      MarketWideStatus.class.getName());
  }
  /**
   * STATUS_UNKNOWN = 0;
   */
  public static final int STATUS_UNKNOWN_VALUE = 0;
  /**
   * STATUS_START_OF_DAY = 1;
   */
  public static final int STATUS_START_OF_DAY_VALUE = 1;
  /**
   * STATUS_END_OF_DAY = 2;
   */
  public static final int STATUS_END_OF_DAY_VALUE = 2;
  /**
   * STATUS_OPEN = 3;
   */
  public static final int STATUS_OPEN_VALUE = 3;
  /**
   * STATUS_CLOSE = 4;
   */
  public static final int STATUS_CLOSE_VALUE = 4;


  public final int getNumber() {
    if (this == UNRECOGNIZED) {
      throw new java.lang.IllegalArgumentException(
          "Can't get the number of an unknown enum value.");
    }
    return value;
  }

  /**
   * @param value The numeric wire value of the corresponding enum entry.
   * @return The enum associated with the given numeric wire value.
   * @deprecated Use {@link #forNumber(int)} instead.
   */
  @java.lang.Deprecated
  public static MarketWideStatus valueOf(int value) {
    return forNumber(value);
  }

  /**
   * @param value The numeric wire value of the corresponding enum entry.
   * @return The enum associated with the given numeric wire value.
   */
  public static MarketWideStatus forNumber(int value) {
    switch (value) {
      case 0: return STATUS_UNKNOWN;
      case 1: return STATUS_START_OF_DAY;
      case 2: return STATUS_END_OF_DAY;
      case 3: return STATUS_OPEN;
      case 4: return STATUS_CLOSE;
      default: return null;
    }
  }

  public static com.google.protobuf.Internal.EnumLiteMap
      internalGetValueMap() {
    return internalValueMap;
  }
  private static final com.google.protobuf.Internal.EnumLiteMap<
      MarketWideStatus> internalValueMap =
        new com.google.protobuf.Internal.EnumLiteMap() {
          public MarketWideStatus findValueByNumber(int number) {
            return MarketWideStatus.forNumber(number);
          }
        };

  public final com.google.protobuf.Descriptors.EnumValueDescriptor
      getValueDescriptor() {
    if (this == UNRECOGNIZED) {
      throw new java.lang.IllegalStateException(
          "Can't get the descriptor of an unrecognized enum value.");
    }
    return getDescriptor().getValues().get(ordinal());
  }
  public final com.google.protobuf.Descriptors.EnumDescriptor
      getDescriptorForType() {
    return getDescriptor();
  }
  public static final com.google.protobuf.Descriptors.EnumDescriptor
      getDescriptor() {
    return org.openfeed.Openfeed.getDescriptor().getEnumTypes().get(8);
  }

  private static final MarketWideStatus[] VALUES = values();

  public static MarketWideStatus valueOf(
      com.google.protobuf.Descriptors.EnumValueDescriptor desc) {
    if (desc.getType() != getDescriptor()) {
      throw new java.lang.IllegalArgumentException(
        "EnumValueDescriptor is not for this type.");
    }
    if (desc.getIndex() == -1) {
      return UNRECOGNIZED;
    }
    return VALUES[desc.getIndex()];
  }

  private final int value;

  private MarketWideStatus(int value) {
    this.value = value;
  }

  // @@protoc_insertion_point(enum_scope:org.openfeed.MarketWideStatus)
}





© 2015 - 2025 Weber Informatics LLC | Privacy Policy