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