// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: CADIFCLFOFF.proto
package emu.grasscutter.net.proto;
public final class CADIFCLFOFFOuterClass {
private CADIFCLFOFFOuterClass() {}
public static void registerAllExtensions(
com.google.protobuf.ExtensionRegistryLite registry) {
}
public static void registerAllExtensions(
com.google.protobuf.ExtensionRegistry registry) {
registerAllExtensions(
(com.google.protobuf.ExtensionRegistryLite) registry);
}
/**
* Protobuf enum {@code CADIFCLFOFF}
*/
public enum CADIFCLFOFF
implements com.google.protobuf.ProtocolMessageEnum {
/**
* CADIFCLFOFF_None = 0;
*/
CADIFCLFOFF_None(0),
/**
* CADIFCLFOFF_Starred = 1;
*/
CADIFCLFOFF_Starred(1),
/**
* CADIFCLFOFF_Official = 2;
*/
CADIFCLFOFF_Official(2),
/**
* CADIFCLFOFF_Template = 3;
*/
CADIFCLFOFF_Template(3),
UNRECOGNIZED(-1),
;
/**
* CADIFCLFOFF_None = 0;
*/
public static final int CADIFCLFOFF_None_VALUE = 0;
/**
* CADIFCLFOFF_Starred = 1;
*/
public static final int CADIFCLFOFF_Starred_VALUE = 1;
/**
* CADIFCLFOFF_Official = 2;
*/
public static final int CADIFCLFOFF_Official_VALUE = 2;
/**
* CADIFCLFOFF_Template = 3;
*/
public static final int CADIFCLFOFF_Template_VALUE = 3;
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 CADIFCLFOFF 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 CADIFCLFOFF forNumber(int value) {
switch (value) {
case 0: return CADIFCLFOFF_None;
case 1: return CADIFCLFOFF_Starred;
case 2: return CADIFCLFOFF_Official;
case 3: return CADIFCLFOFF_Template;
default: return null;
}
}
public static com.google.protobuf.Internal.EnumLiteMap
internalGetValueMap() {
return internalValueMap;
}
private static final com.google.protobuf.Internal.EnumLiteMap<
CADIFCLFOFF> internalValueMap =
new com.google.protobuf.Internal.EnumLiteMap() {
public CADIFCLFOFF findValueByNumber(int number) {
return CADIFCLFOFF.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 emu.grasscutter.net.proto.CADIFCLFOFFOuterClass.getDescriptor().getEnumTypes().get(0);
}
private static final CADIFCLFOFF[] VALUES = values();
public static CADIFCLFOFF 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 CADIFCLFOFF(int value) {
this.value = value;
}
// @@protoc_insertion_point(enum_scope:CADIFCLFOFF)
}
public static com.google.protobuf.Descriptors.FileDescriptor
getDescriptor() {
return descriptor;
}
private static com.google.protobuf.Descriptors.FileDescriptor
descriptor;
static {
java.lang.String[] descriptorData = {
"\n\021CADIFCLFOFF.proto*p\n\013CADIFCLFOFF\022\024\n\020CA" +
"DIFCLFOFF_None\020\000\022\027\n\023CADIFCLFOFF_Starred\020" +
"\001\022\030\n\024CADIFCLFOFF_Official\020\002\022\030\n\024CADIFCLFO" +
"FF_Template\020\003B\033\n\031emu.grasscutter.net.pro" +
"tob\006proto3"
};
descriptor = com.google.protobuf.Descriptors.FileDescriptor
.internalBuildGeneratedFileFrom(descriptorData,
new com.google.protobuf.Descriptors.FileDescriptor[] {
});
}
// @@protoc_insertion_point(outer_class_scope)
}