public static enum Base.DataSource.SpecifierCase extends Enum<Base.DataSource.SpecifierCase> implements com.google.protobuf.Internal.EnumLite
| Enum Constant and Description |
|---|
FILENAME |
INLINE_BYTES |
INLINE_STRING |
SPECIFIER_NOT_SET |
| Modifier and Type | Method and Description |
|---|---|
static Base.DataSource.SpecifierCase |
forNumber(int value) |
int |
getNumber() |
static Base.DataSource.SpecifierCase |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Base.DataSource.SpecifierCase |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Base.DataSource.SpecifierCase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Base.DataSource.SpecifierCase FILENAME
public static final Base.DataSource.SpecifierCase INLINE_BYTES
public static final Base.DataSource.SpecifierCase INLINE_STRING
public static final Base.DataSource.SpecifierCase SPECIFIER_NOT_SET
public static Base.DataSource.SpecifierCase[] values()
for (Base.DataSource.SpecifierCase c : Base.DataSource.SpecifierCase.values()) System.out.println(c);
public static Base.DataSource.SpecifierCase 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 Base.DataSource.SpecifierCase valueOf(int value)
forNumber(int) instead.public static Base.DataSource.SpecifierCase forNumber(int value)
public int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLiteCopyright © 2019 WSO2. All rights reserved.