public static enum ParameterValidation.ValidationTypeCase extends Enum<ParameterValidation.ValidationTypeCase> implements com.google.protobuf.Internal.EnumLite
| Enum Constant and Description |
|---|
REGEX |
VALIDATIONTYPE_NOT_SET |
VALUES |
| Modifier and Type | Method and Description |
|---|---|
static ParameterValidation.ValidationTypeCase |
forNumber(int value) |
int |
getNumber() |
static ParameterValidation.ValidationTypeCase |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static ParameterValidation.ValidationTypeCase |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ParameterValidation.ValidationTypeCase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ParameterValidation.ValidationTypeCase REGEX
public static final ParameterValidation.ValidationTypeCase VALUES
public static final ParameterValidation.ValidationTypeCase VALIDATIONTYPE_NOT_SET
public static ParameterValidation.ValidationTypeCase[] values()
for (ParameterValidation.ValidationTypeCase c : ParameterValidation.ValidationTypeCase.values()) System.out.println(c);
public static ParameterValidation.ValidationTypeCase valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is null@Deprecated public static ParameterValidation.ValidationTypeCase valueOf(int value)
forNumber(int) instead.public static ParameterValidation.ValidationTypeCase forNumber(int value)
public int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLiteCopyright © 2019 Google LLC. All rights reserved.