POGOProtos.Map.Fort.FortSponsorOuterClass Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: POGOProtos/Map/Fort/FortSponsor.proto
package POGOProtos.Map.Fort;
public final class FortSponsorOuterClass {
private FortSponsorOuterClass() {}
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 POGOProtos.Map.Fort.FortSponsor}
*/
public enum FortSponsor
implements com.google.protobuf.ProtocolMessageEnum {
/**
* UNSET_SPONSOR = 0;
*/
UNSET_SPONSOR(0),
/**
* MCDONALDS = 1;
*/
MCDONALDS(1),
/**
* POKEMON_STORE = 2;
*/
POKEMON_STORE(2),
/**
* TOHO = 3;
*/
TOHO(3),
/**
* SOFTBANK = 4;
*/
SOFTBANK(4),
/**
* GLOBE = 5;
*/
GLOBE(5),
/**
* SPATULA = 6;
*/
SPATULA(6),
/**
* THERMOMETER = 7;
*/
THERMOMETER(7),
/**
* KNIFE = 8;
*/
KNIFE(8),
/**
* GRILL = 9;
*/
GRILL(9),
/**
* SMOKER = 10;
*/
SMOKER(10),
/**
* PAN = 11;
*/
PAN(11),
/**
* BBQ = 12;
*/
BBQ(12),
/**
* FRYER = 13;
*/
FRYER(13),
/**
* STEAMER = 14;
*/
STEAMER(14),
/**
* HOOD = 15;
*/
HOOD(15),
/**
* SLOWCOOKER = 16;
*/
SLOWCOOKER(16),
/**
* MIXER = 17;
*/
MIXER(17),
/**
* SCOOPER = 18;
*/
SCOOPER(18),
/**
* MUFFINTIN = 19;
*/
MUFFINTIN(19),
/**
* SALAMANDER = 20;
*/
SALAMANDER(20),
/**
* PLANCHA = 21;
*/
PLANCHA(21),
/**
* NIA_OPS = 22;
*/
NIA_OPS(22),
/**
* WHISK = 23;
*/
WHISK(23),
UNRECOGNIZED(-1),
;
/**
* UNSET_SPONSOR = 0;
*/
public static final int UNSET_SPONSOR_VALUE = 0;
/**
* MCDONALDS = 1;
*/
public static final int MCDONALDS_VALUE = 1;
/**
* POKEMON_STORE = 2;
*/
public static final int POKEMON_STORE_VALUE = 2;
/**
* TOHO = 3;
*/
public static final int TOHO_VALUE = 3;
/**
* SOFTBANK = 4;
*/
public static final int SOFTBANK_VALUE = 4;
/**
* GLOBE = 5;
*/
public static final int GLOBE_VALUE = 5;
/**
* SPATULA = 6;
*/
public static final int SPATULA_VALUE = 6;
/**
* THERMOMETER = 7;
*/
public static final int THERMOMETER_VALUE = 7;
/**
* KNIFE = 8;
*/
public static final int KNIFE_VALUE = 8;
/**
* GRILL = 9;
*/
public static final int GRILL_VALUE = 9;
/**
* SMOKER = 10;
*/
public static final int SMOKER_VALUE = 10;
/**
* PAN = 11;
*/
public static final int PAN_VALUE = 11;
/**
* BBQ = 12;
*/
public static final int BBQ_VALUE = 12;
/**
* FRYER = 13;
*/
public static final int FRYER_VALUE = 13;
/**
* STEAMER = 14;
*/
public static final int STEAMER_VALUE = 14;
/**
* HOOD = 15;
*/
public static final int HOOD_VALUE = 15;
/**
* SLOWCOOKER = 16;
*/
public static final int SLOWCOOKER_VALUE = 16;
/**
* MIXER = 17;
*/
public static final int MIXER_VALUE = 17;
/**
* SCOOPER = 18;
*/
public static final int SCOOPER_VALUE = 18;
/**
* MUFFINTIN = 19;
*/
public static final int MUFFINTIN_VALUE = 19;
/**
* SALAMANDER = 20;
*/
public static final int SALAMANDER_VALUE = 20;
/**
* PLANCHA = 21;
*/
public static final int PLANCHA_VALUE = 21;
/**
* NIA_OPS = 22;
*/
public static final int NIA_OPS_VALUE = 22;
/**
* WHISK = 23;
*/
public static final int WHISK_VALUE = 23;
public final int getNumber() {
if (this == UNRECOGNIZED) {
throw new java.lang.IllegalArgumentException(
"Can't get the number of an unknown enum value.");
}
return value;
}
/**
* @deprecated Use {@link #forNumber(int)} instead.
*/
@java.lang.Deprecated
public static FortSponsor valueOf(int value) {
return forNumber(value);
}
public static FortSponsor forNumber(int value) {
switch (value) {
case 0: return UNSET_SPONSOR;
case 1: return MCDONALDS;
case 2: return POKEMON_STORE;
case 3: return TOHO;
case 4: return SOFTBANK;
case 5: return GLOBE;
case 6: return SPATULA;
case 7: return THERMOMETER;
case 8: return KNIFE;
case 9: return GRILL;
case 10: return SMOKER;
case 11: return PAN;
case 12: return BBQ;
case 13: return FRYER;
case 14: return STEAMER;
case 15: return HOOD;
case 16: return SLOWCOOKER;
case 17: return MIXER;
case 18: return SCOOPER;
case 19: return MUFFINTIN;
case 20: return SALAMANDER;
case 21: return PLANCHA;
case 22: return NIA_OPS;
case 23: return WHISK;
default: return null;
}
}
public static com.google.protobuf.Internal.EnumLiteMap
internalGetValueMap() {
return internalValueMap;
}
private static final com.google.protobuf.Internal.EnumLiteMap<
FortSponsor> internalValueMap =
new com.google.protobuf.Internal.EnumLiteMap() {
public FortSponsor findValueByNumber(int number) {
return FortSponsor.forNumber(number);
}
};
public final com.google.protobuf.Descriptors.EnumValueDescriptor
getValueDescriptor() {
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 POGOProtos.Map.Fort.FortSponsorOuterClass.getDescriptor().getEnumTypes().get(0);
}
private static final FortSponsor[] VALUES = values();
public static FortSponsor 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 FortSponsor(int value) {
this.value = value;
}
// @@protoc_insertion_point(enum_scope:POGOProtos.Map.Fort.FortSponsor)
}
public static com.google.protobuf.Descriptors.FileDescriptor
getDescriptor() {
return descriptor;
}
private static com.google.protobuf.Descriptors.FileDescriptor
descriptor;
static {
java.lang.String[] descriptorData = {
"\n%POGOProtos/Map/Fort/FortSponsor.proto\022" +
"\023POGOProtos.Map.Fort*\305\002\n\013FortSponsor\022\021\n\r" +
"UNSET_SPONSOR\020\000\022\r\n\tMCDONALDS\020\001\022\021\n\rPOKEMO" +
"N_STORE\020\002\022\010\n\004TOHO\020\003\022\014\n\010SOFTBANK\020\004\022\t\n\005GLO" +
"BE\020\005\022\013\n\007SPATULA\020\006\022\017\n\013THERMOMETER\020\007\022\t\n\005KN" +
"IFE\020\010\022\t\n\005GRILL\020\t\022\n\n\006SMOKER\020\n\022\007\n\003PAN\020\013\022\007\n" +
"\003BBQ\020\014\022\t\n\005FRYER\020\r\022\013\n\007STEAMER\020\016\022\010\n\004HOOD\020\017" +
"\022\016\n\nSLOWCOOKER\020\020\022\t\n\005MIXER\020\021\022\013\n\007SCOOPER\020\022" +
"\022\r\n\tMUFFINTIN\020\023\022\016\n\nSALAMANDER\020\024\022\013\n\007PLANC" +
"HA\020\025\022\013\n\007NIA_OPS\020\026\022\t\n\005WHISK\020\027b\006proto3"
};
com.google.protobuf.Descriptors.FileDescriptor.InternalDescriptorAssigner assigner =
new com.google.protobuf.Descriptors.FileDescriptor. InternalDescriptorAssigner() {
public com.google.protobuf.ExtensionRegistry assignDescriptors(
com.google.protobuf.Descriptors.FileDescriptor root) {
descriptor = root;
return null;
}
};
com.google.protobuf.Descriptors.FileDescriptor
.internalBuildGeneratedFileFrom(descriptorData,
new com.google.protobuf.Descriptors.FileDescriptor[] {
}, assigner);
}
// @@protoc_insertion_point(outer_class_scope)
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy