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