public static enum ProtoDotnetNativeHost.EventAccessorType extends Enum<ProtoDotnetNativeHost.EventAccessorType> implements com.google.protobuf.ProtocolMessageEnum
EventAccessorType| Enum Constant and Description |
|---|
ADD_ACCESSOR
ADD_ACCESSOR = 1; |
INVOKE_ACCESSOR
INVOKE_ACCESSOR = 2; |
NO_EVENT_METHOD
NO_EVENT_METHOD = 0; |
REMOVE_ACCESSOR
REMOVE_ACCESSOR = 3; |
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
ADD_ACCESSOR_VALUE
ADD_ACCESSOR = 1; |
static int |
INVOKE_ACCESSOR_VALUE
INVOKE_ACCESSOR = 2; |
static int |
NO_EVENT_METHOD_VALUE
NO_EVENT_METHOD = 0; |
static int |
REMOVE_ACCESSOR_VALUE
REMOVE_ACCESSOR = 3; |
| Modifier and Type | Method and Description |
|---|---|
static ProtoDotnetNativeHost.EventAccessorType |
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.EventAccessorType> |
internalGetValueMap() |
static ProtoDotnetNativeHost.EventAccessorType |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static ProtoDotnetNativeHost.EventAccessorType |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static ProtoDotnetNativeHost.EventAccessorType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProtoDotnetNativeHost.EventAccessorType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ProtoDotnetNativeHost.EventAccessorType NO_EVENT_METHOD
NO_EVENT_METHOD = 0;public static final ProtoDotnetNativeHost.EventAccessorType ADD_ACCESSOR
ADD_ACCESSOR = 1;public static final ProtoDotnetNativeHost.EventAccessorType INVOKE_ACCESSOR
INVOKE_ACCESSOR = 2;public static final ProtoDotnetNativeHost.EventAccessorType REMOVE_ACCESSOR
REMOVE_ACCESSOR = 3;public static final ProtoDotnetNativeHost.EventAccessorType UNRECOGNIZED
public static final int NO_EVENT_METHOD_VALUE
NO_EVENT_METHOD = 0;public static final int ADD_ACCESSOR_VALUE
ADD_ACCESSOR = 1;public static final int INVOKE_ACCESSOR_VALUE
INVOKE_ACCESSOR = 2;public static final int REMOVE_ACCESSOR_VALUE
REMOVE_ACCESSOR = 3;public static ProtoDotnetNativeHost.EventAccessorType[] values()
for (ProtoDotnetNativeHost.EventAccessorType c : ProtoDotnetNativeHost.EventAccessorType.values()) System.out.println(c);
public static ProtoDotnetNativeHost.EventAccessorType 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.EventAccessorType valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static ProtoDotnetNativeHost.EventAccessorType forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<ProtoDotnetNativeHost.EventAccessorType> 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.EventAccessorType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2024 Soot OSS. All rights reserved.