public static enum Cpg.LANGUAGES extends java.lang.Enum<Cpg.LANGUAGES> implements com.google.protobuf.ProtocolMessageEnum
cpg.LANGUAGES| Enum Constant and Description |
|---|
C |
CSHARP |
GOLANG |
JAVA |
JAVASCRIPT |
UNKNOWN_LANGUAGE
UNKNOWN_LANGUAGE = 0; |
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
C_VALUE |
static int |
CSHARP_VALUE |
static int |
GOLANG_VALUE |
static int |
JAVA_VALUE |
static int |
JAVASCRIPT_VALUE |
static int |
UNKNOWN_LANGUAGE_VALUE
UNKNOWN_LANGUAGE = 0; |
| Modifier and Type | Method and Description |
|---|---|
static Cpg.LANGUAGES |
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.LANGUAGES> |
internalGetValueMap() |
static Cpg.LANGUAGES |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Cpg.LANGUAGES |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Cpg.LANGUAGES |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Cpg.LANGUAGES[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Cpg.LANGUAGES UNKNOWN_LANGUAGE
UNKNOWN_LANGUAGE = 0;public static final Cpg.LANGUAGES JAVA
JAVA = 1;public static final Cpg.LANGUAGES JAVASCRIPT
JAVASCRIPT = 2;public static final Cpg.LANGUAGES GOLANG
GOLANG = 3;public static final Cpg.LANGUAGES CSHARP
CSHARP = 4;public static final Cpg.LANGUAGES C
C = 5;public static final Cpg.LANGUAGES UNRECOGNIZED
public static final int UNKNOWN_LANGUAGE_VALUE
UNKNOWN_LANGUAGE = 0;public static final int JAVA_VALUE
JAVA = 1;public static final int JAVASCRIPT_VALUE
JAVASCRIPT = 2;public static final int GOLANG_VALUE
GOLANG = 3;public static final int CSHARP_VALUE
CSHARP = 4;public static final int C_VALUE
C = 5;public static Cpg.LANGUAGES[] values()
for (Cpg.LANGUAGES c : Cpg.LANGUAGES.values()) System.out.println(c);
public static Cpg.LANGUAGES 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.LANGUAGES valueOf(int value)
forNumber(int) instead.public static Cpg.LANGUAGES forNumber(int value)
public static com.google.protobuf.Internal.EnumLiteMap<Cpg.LANGUAGES> 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.LANGUAGES valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)