public static enum UInt64Rules.LessThanCase extends Enum<UInt64Rules.LessThanCase> implements com.google.protobuf.Internal.EnumLite
| Enum Constant and Description |
|---|
LESSTHAN_NOT_SET |
LT |
LTE |
| Modifier and Type | Method and Description |
|---|---|
static UInt64Rules.LessThanCase |
forNumber(int value) |
int |
getNumber() |
static UInt64Rules.LessThanCase |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static UInt64Rules.LessThanCase |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UInt64Rules.LessThanCase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UInt64Rules.LessThanCase LT
public static final UInt64Rules.LessThanCase LTE
public static final UInt64Rules.LessThanCase LESSTHAN_NOT_SET
public static UInt64Rules.LessThanCase[] values()
for (UInt64Rules.LessThanCase c : UInt64Rules.LessThanCase.values()) System.out.println(c);
public static UInt64Rules.LessThanCase 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 UInt64Rules.LessThanCase valueOf(int value)
forNumber(int) instead.value - The number of the enum to look for.public static UInt64Rules.LessThanCase forNumber(int value)
public int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLiteCopyright © 2024. All rights reserved.