public static enum VerificationMessages.Command.KindCase extends java.lang.Enum<VerificationMessages.Command.KindCase> implements com.google.protobuf.Internal.EnumLite
Enum Constant and Description |
---|
KIND_NOT_SET |
MODIFY |
NOOP |
SEND |
Modifier and Type | Method and Description |
---|---|
static VerificationMessages.Command.KindCase |
forNumber(int value) |
int |
getNumber() |
static VerificationMessages.Command.KindCase |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static VerificationMessages.Command.KindCase |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static VerificationMessages.Command.KindCase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VerificationMessages.Command.KindCase NOOP
public static final VerificationMessages.Command.KindCase SEND
public static final VerificationMessages.Command.KindCase MODIFY
public static final VerificationMessages.Command.KindCase KIND_NOT_SET
public static VerificationMessages.Command.KindCase[] values()
for (VerificationMessages.Command.KindCase c : VerificationMessages.Command.KindCase.values()) System.out.println(c);
public static VerificationMessages.Command.KindCase valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null@Deprecated public static VerificationMessages.Command.KindCase valueOf(int value)
forNumber(int)
instead.public static VerificationMessages.Command.KindCase forNumber(int value)
public int getNumber()
getNumber
in interface com.google.protobuf.Internal.EnumLite
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.