Enum Class LinphoneTombstoneProtos.MemoryError.Tool

java.lang.Object
java.lang.Enum<LinphoneTombstoneProtos.MemoryError.Tool>
com.android.server.os.LinphoneTombstoneProtos.MemoryError.Tool
All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite, Serializable, Comparable<LinphoneTombstoneProtos.MemoryError.Tool>, Constable
Enclosing class:
LinphoneTombstoneProtos.MemoryError

public static enum LinphoneTombstoneProtos.MemoryError.Tool extends Enum<LinphoneTombstoneProtos.MemoryError.Tool> implements com.google.protobuf.Internal.EnumLite
Protobuf enum MemoryError.Tool
  • Enum Constant Details

  • Field Details

  • Method Details

    • values

      public static LinphoneTombstoneProtos.MemoryError.Tool[] 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

      public static LinphoneTombstoneProtos.MemoryError.Tool valueOf(String name)
      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 name
      NullPointerException - if the argument is null
    • getNumber

      public final int getNumber()
      Specified by:
      getNumber in interface com.google.protobuf.Internal.EnumLite
    • valueOf

      @Deprecated public static LinphoneTombstoneProtos.MemoryError.Tool valueOf(int value)
      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 name
      NullPointerException - if the argument is null
    • forNumber

      public static LinphoneTombstoneProtos.MemoryError.Tool forNumber(int value)
    • internalGetValueMap

      public static com.google.protobuf.Internal.EnumLiteMap<LinphoneTombstoneProtos.MemoryError.Tool> internalGetValueMap()
    • internalGetVerifier

      public static com.google.protobuf.Internal.EnumVerifier internalGetVerifier()