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