public static enum AuditData.MethodCase extends java.lang.Enum<AuditData.MethodCase> implements Internal.EnumLite
Enum Constant and Description |
---|
CREATE_VERSION |
METHOD_NOT_SET |
UPDATE_SERVICE |
Modifier and Type | Method and Description |
---|---|
static AuditData.MethodCase |
forNumber(int value) |
int |
getNumber() |
static AuditData.MethodCase |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static AuditData.MethodCase |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AuditData.MethodCase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AuditData.MethodCase UPDATE_SERVICE
public static final AuditData.MethodCase CREATE_VERSION
public static final AuditData.MethodCase METHOD_NOT_SET
public static AuditData.MethodCase[] values()
for (AuditData.MethodCase c : AuditData.MethodCase.values()) System.out.println(c);
public static AuditData.MethodCase 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 AuditData.MethodCase valueOf(int value)
forNumber(int)
instead.public static AuditData.MethodCase forNumber(int value)
public int getNumber()
getNumber
in interface Internal.EnumLite