-
- All Implemented Interfaces:
-
com.google.protobuf.AbstractMessageLite.InternalOneOfEnum,java.io.Serializable,java.lang.Comparable
public enum TombstoneProtos.MemoryError.LocationCase implements AbstractMessageLite.InternalOneOfEnum
-
-
Enum Constant Summary
Enum Constants Enum Constant Description LOCATION_NOT_SETHEAP
-
Method Summary
Modifier and Type Method Description static TombstoneProtos.MemoryError.LocationCasevalueOf(int value)static TombstoneProtos.MemoryError.LocationCaseforNumber(int value)intgetNumber()static Array<TombstoneProtos.MemoryError.LocationCase>values()static TombstoneProtos.MemoryError.LocationCasevalueOf(String name)-
-
Method Detail
-
valueOf
@Deprecated() static TombstoneProtos.MemoryError.LocationCase valueOf(int value)
-
forNumber
static TombstoneProtos.MemoryError.LocationCase forNumber(int value)
-
getNumber
int getNumber()
-
values
static Array<TombstoneProtos.MemoryError.LocationCase> values()
-
valueOf
static TombstoneProtos.MemoryError.LocationCase valueOf(String name)
-
-
-
-