public static enum Cpg.FRAMEWORKS extends java.lang.Enum<Cpg.FRAMEWORKS> implements com.google.protobuf.ProtocolMessageEnum
cpg.FRAMEWORKS| Enum Constant and Description |
|---|
UNKNOWN_FRAMEWORK
UNKNOWN_FRAMEWORK = 0; |
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
UNKNOWN_FRAMEWORK_VALUE
UNKNOWN_FRAMEWORK = 0; |
| Modifier and Type | Method and Description |
|---|---|
static Cpg.FRAMEWORKS |
forNumber(int value) |
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static com.google.protobuf.Internal.EnumLiteMap<Cpg.FRAMEWORKS> |
internalGetValueMap() |
static Cpg.FRAMEWORKS |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Cpg.FRAMEWORKS |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Cpg.FRAMEWORKS |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Cpg.FRAMEWORKS[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Cpg.FRAMEWORKS UNKNOWN_FRAMEWORK
UNKNOWN_FRAMEWORK = 0;public static final Cpg.FRAMEWORKS UNRECOGNIZED
public static final int UNKNOWN_FRAMEWORK_VALUE
UNKNOWN_FRAMEWORK = 0;public static Cpg.FRAMEWORKS[] values()
for (Cpg.FRAMEWORKS c : Cpg.FRAMEWORKS.values()) System.out.println(c);
public static Cpg.FRAMEWORKS valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic final int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnum@Deprecated public static Cpg.FRAMEWORKS valueOf(int value)
forNumber(int) instead.public static Cpg.FRAMEWORKS forNumber(int value)
public static com.google.protobuf.Internal.EnumLiteMap<Cpg.FRAMEWORKS> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnumpublic final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnumpublic static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static Cpg.FRAMEWORKS valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)