Package com.android.server.os
Enum Class LinphoneTombstoneProtos.Architecture
java.lang.Object
java.lang.Enum<LinphoneTombstoneProtos.Architecture>
com.android.server.os.LinphoneTombstoneProtos.Architecture
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite
,Serializable
,Comparable<LinphoneTombstoneProtos.Architecture>
,Constable
- Enclosing class:
- LinphoneTombstoneProtos
public static enum LinphoneTombstoneProtos.Architecture
extends Enum<LinphoneTombstoneProtos.Architecture>
implements com.google.protobuf.Internal.EnumLite
Protobuf enum
Architecture
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum Constants -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
ARM32 = 0;
static final int
ARM64 = 1;
static final int
RISCV64 = 4;
static final int
X86_64 = 3;
static final int
X86 = 2;
-
Method Summary
Modifier and TypeMethodDescriptionforNumber
(int value) final int
static com.google.protobuf.Internal.EnumLiteMap<LinphoneTombstoneProtos.Architecture>
static com.google.protobuf.Internal.EnumVerifier
valueOf
(int value) Deprecated.Returns the enum constant of this class with the specified name.static LinphoneTombstoneProtos.Architecture[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
ARM32
ARM32 = 0;
-
ARM64
ARM64 = 1;
-
X86
X86 = 2;
-
X86_64
X86_64 = 3;
-
RISCV64
RISCV64 = 4;
-
UNRECOGNIZED
-
-
Field Details
-
ARM32_VALUE
public static final int ARM32_VALUEARM32 = 0;
- See Also:
-
ARM64_VALUE
public static final int ARM64_VALUEARM64 = 1;
- See Also:
-
X86_VALUE
public static final int X86_VALUEX86 = 2;
- See Also:
-
X86_64_VALUE
public static final int X86_64_VALUEX86_64 = 3;
- See Also:
-
RISCV64_VALUE
public static final int RISCV64_VALUERISCV64 = 4;
- See Also:
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-
getNumber
public final int getNumber()- Specified by:
getNumber
in interfacecom.google.protobuf.Internal.EnumLite
-
valueOf
Deprecated.Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
value
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-
forNumber
-
internalGetValueMap
public static com.google.protobuf.Internal.EnumLiteMap<LinphoneTombstoneProtos.Architecture> internalGetValueMap() -
internalGetVerifier
public static com.google.protobuf.Internal.EnumVerifier internalGetVerifier()
-