public static enum ProtoAssemblyAllTypes.Accessibility extends Enum<ProtoAssemblyAllTypes.Accessibility> implements com.google.protobuf.ProtocolMessageEnum
Accessibility| Enum Constant and Description |
|---|
INTERNAL
INTERNAL = 3; |
NONE
NONE = 0; |
PRIVATE
PRIVATE = 1; |
PROTECTED
PROTECTED = 4; |
PROTECTED_AND_INTERNAL
PROTECTED_AND_INTERNAL = 5; |
PROTECTED_OR_INTERNAL
PROTECTED_OR_INTERNAL = 6; |
PUBLIC
PUBLIC = 2; |
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
INTERNAL_VALUE
INTERNAL = 3; |
static int |
NONE_VALUE
NONE = 0; |
static int |
PRIVATE_VALUE
PRIVATE = 1; |
static int |
PROTECTED_AND_INTERNAL_VALUE
PROTECTED_AND_INTERNAL = 5; |
static int |
PROTECTED_OR_INTERNAL_VALUE
PROTECTED_OR_INTERNAL = 6; |
static int |
PROTECTED_VALUE
PROTECTED = 4; |
static int |
PUBLIC_VALUE
PUBLIC = 2; |
| Modifier and Type | Method and Description |
|---|---|
static ProtoAssemblyAllTypes.Accessibility |
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<ProtoAssemblyAllTypes.Accessibility> |
internalGetValueMap() |
static ProtoAssemblyAllTypes.Accessibility |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static ProtoAssemblyAllTypes.Accessibility |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static ProtoAssemblyAllTypes.Accessibility |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProtoAssemblyAllTypes.Accessibility[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ProtoAssemblyAllTypes.Accessibility NONE
NONE = 0;public static final ProtoAssemblyAllTypes.Accessibility PRIVATE
PRIVATE = 1;public static final ProtoAssemblyAllTypes.Accessibility PUBLIC
PUBLIC = 2;public static final ProtoAssemblyAllTypes.Accessibility INTERNAL
INTERNAL = 3;public static final ProtoAssemblyAllTypes.Accessibility PROTECTED
PROTECTED = 4;public static final ProtoAssemblyAllTypes.Accessibility PROTECTED_AND_INTERNAL
PROTECTED_AND_INTERNAL = 5;public static final ProtoAssemblyAllTypes.Accessibility PROTECTED_OR_INTERNAL
PROTECTED_OR_INTERNAL = 6;public static final ProtoAssemblyAllTypes.Accessibility UNRECOGNIZED
public static final int NONE_VALUE
NONE = 0;public static final int PRIVATE_VALUE
PRIVATE = 1;public static final int PUBLIC_VALUE
PUBLIC = 2;public static final int INTERNAL_VALUE
INTERNAL = 3;public static final int PROTECTED_VALUE
PROTECTED = 4;public static final int PROTECTED_AND_INTERNAL_VALUE
PROTECTED_AND_INTERNAL = 5;public static final int PROTECTED_OR_INTERNAL_VALUE
PROTECTED_OR_INTERNAL = 6;public static ProtoAssemblyAllTypes.Accessibility[] values()
for (ProtoAssemblyAllTypes.Accessibility c : ProtoAssemblyAllTypes.Accessibility.values()) System.out.println(c);
public static ProtoAssemblyAllTypes.Accessibility 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 ProtoAssemblyAllTypes.Accessibility valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static ProtoAssemblyAllTypes.Accessibility forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<ProtoAssemblyAllTypes.Accessibility> 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 ProtoAssemblyAllTypes.Accessibility valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2024 Soot OSS. All rights reserved.