public static enum ProtoDotnetNativeHost.AnalyzerMethodCall extends Enum<ProtoDotnetNativeHost.AnalyzerMethodCall> implements com.google.protobuf.ProtocolMessageEnum
AnalyzerMethodCall| Enum Constant and Description |
|---|
GET_ALL_TYPES
GET_ALL_TYPES = 1; |
GET_METHOD_BODY
GET_METHOD_BODY = 2; |
GET_METHOD_BODY_OF_EVENT
GET_METHOD_BODY_OF_EVENT = 4; |
GET_METHOD_BODY_OF_PROPERTY
GET_METHOD_BODY_OF_PROPERTY = 3; |
GET_TYPE_DEF
GET_TYPE_DEF = 5; |
NO_CALL
NO_CALL = 0; |
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
GET_ALL_TYPES_VALUE
GET_ALL_TYPES = 1; |
static int |
GET_METHOD_BODY_OF_EVENT_VALUE
GET_METHOD_BODY_OF_EVENT = 4; |
static int |
GET_METHOD_BODY_OF_PROPERTY_VALUE
GET_METHOD_BODY_OF_PROPERTY = 3; |
static int |
GET_METHOD_BODY_VALUE
GET_METHOD_BODY = 2; |
static int |
GET_TYPE_DEF_VALUE
GET_TYPE_DEF = 5; |
static int |
NO_CALL_VALUE
NO_CALL = 0; |
| Modifier and Type | Method and Description |
|---|---|
static ProtoDotnetNativeHost.AnalyzerMethodCall |
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<ProtoDotnetNativeHost.AnalyzerMethodCall> |
internalGetValueMap() |
static ProtoDotnetNativeHost.AnalyzerMethodCall |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static ProtoDotnetNativeHost.AnalyzerMethodCall |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static ProtoDotnetNativeHost.AnalyzerMethodCall |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProtoDotnetNativeHost.AnalyzerMethodCall[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ProtoDotnetNativeHost.AnalyzerMethodCall NO_CALL
NO_CALL = 0;public static final ProtoDotnetNativeHost.AnalyzerMethodCall GET_ALL_TYPES
GET_ALL_TYPES = 1;public static final ProtoDotnetNativeHost.AnalyzerMethodCall GET_METHOD_BODY
GET_METHOD_BODY = 2;public static final ProtoDotnetNativeHost.AnalyzerMethodCall GET_METHOD_BODY_OF_PROPERTY
GET_METHOD_BODY_OF_PROPERTY = 3;public static final ProtoDotnetNativeHost.AnalyzerMethodCall GET_METHOD_BODY_OF_EVENT
GET_METHOD_BODY_OF_EVENT = 4;public static final ProtoDotnetNativeHost.AnalyzerMethodCall GET_TYPE_DEF
GET_TYPE_DEF = 5;public static final ProtoDotnetNativeHost.AnalyzerMethodCall UNRECOGNIZED
public static final int NO_CALL_VALUE
NO_CALL = 0;public static final int GET_ALL_TYPES_VALUE
GET_ALL_TYPES = 1;public static final int GET_METHOD_BODY_VALUE
GET_METHOD_BODY = 2;public static final int GET_METHOD_BODY_OF_PROPERTY_VALUE
GET_METHOD_BODY_OF_PROPERTY = 3;public static final int GET_METHOD_BODY_OF_EVENT_VALUE
GET_METHOD_BODY_OF_EVENT = 4;public static final int GET_TYPE_DEF_VALUE
GET_TYPE_DEF = 5;public static ProtoDotnetNativeHost.AnalyzerMethodCall[] values()
for (ProtoDotnetNativeHost.AnalyzerMethodCall c : ProtoDotnetNativeHost.AnalyzerMethodCall.values()) System.out.println(c);
public static ProtoDotnetNativeHost.AnalyzerMethodCall valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - 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 ProtoDotnetNativeHost.AnalyzerMethodCall valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static ProtoDotnetNativeHost.AnalyzerMethodCall forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<ProtoDotnetNativeHost.AnalyzerMethodCall> 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 ProtoDotnetNativeHost.AnalyzerMethodCall valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2024 Soot OSS. All rights reserved.