public static enum Feature.KindCase extends Enum<Feature.KindCase> implements com.google.protobuf.Internal.EnumLite
Enum Constant and Description |
---|
BYTES_LIST |
FLOAT_LIST |
INT64_LIST |
KIND_NOT_SET |
Modifier and Type | Method and Description |
---|---|
static Feature.KindCase |
forNumber(int value) |
int |
getNumber() |
static Feature.KindCase |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Feature.KindCase |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Feature.KindCase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Feature.KindCase BYTES_LIST
public static final Feature.KindCase FLOAT_LIST
public static final Feature.KindCase INT64_LIST
public static final Feature.KindCase KIND_NOT_SET
public static Feature.KindCase[] values()
for (Feature.KindCase c : Feature.KindCase.values()) System.out.println(c);
public static Feature.KindCase 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 Feature.KindCase valueOf(int value)
forNumber(int)
instead.public static Feature.KindCase forNumber(int value)
public int getNumber()
getNumber
in interface com.google.protobuf.Internal.EnumLite
Copyright © 2015–2017. All rights reserved.