6package com.google.ortools.util;
22@com.google.protobuf.Generated
23public enum OptionalBoolean
24 implements com.google.protobuf.ProtocolMessageEnum {
41 com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion(
42 com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC,
47 OptionalBoolean.class.getName());
65 throw new java.lang.IllegalArgumentException(
66 "Can't get the number of an unknown enum value.");
77 public static OptionalBoolean
valueOf(
int value) {
85 public static OptionalBoolean
forNumber(
int value) {
96 return internalValueMap;
98 private static final com.google.protobuf.Internal.EnumLiteMap<
106 public final com.google.protobuf.Descriptors.EnumValueDescriptor
109 throw new java.lang.IllegalStateException(
110 "Can't get the descriptor of an unrecognized enum value.");
114 public final com.google.protobuf.Descriptors.EnumDescriptor
118 public static com.google.protobuf.Descriptors.EnumDescriptor
120 return com.google.ortools.util.OptionalBooleanOuterClass.getDescriptor().getEnumTypes().get(0);
126 com.google.protobuf.Descriptors.EnumValueDescriptor desc) {
128 throw new java.lang.IllegalArgumentException(
129 "EnumValueDescriptor is not for this type.");
131 if (desc.getIndex() == -1) {
134 return VALUES[desc.getIndex()];
137 private final int value;