public static enum InboundMessage.CompileRequest.Importer.ImporterCase extends Enum<InboundMessage.CompileRequest.Importer.ImporterCase> implements com.google.protobuf.Internal.EnumLite
| Enum Constant and Description |
|---|
FILE_IMPORTER_ID |
IMPORTER_ID |
IMPORTER_NOT_SET |
PATH |
| Modifier and Type | Method and Description |
|---|---|
static InboundMessage.CompileRequest.Importer.ImporterCase |
forNumber(int value) |
int |
getNumber() |
static InboundMessage.CompileRequest.Importer.ImporterCase |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static InboundMessage.CompileRequest.Importer.ImporterCase |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InboundMessage.CompileRequest.Importer.ImporterCase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InboundMessage.CompileRequest.Importer.ImporterCase PATH
public static final InboundMessage.CompileRequest.Importer.ImporterCase IMPORTER_ID
public static final InboundMessage.CompileRequest.Importer.ImporterCase FILE_IMPORTER_ID
public static final InboundMessage.CompileRequest.Importer.ImporterCase IMPORTER_NOT_SET
public static InboundMessage.CompileRequest.Importer.ImporterCase[] values()
for (InboundMessage.CompileRequest.Importer.ImporterCase c : InboundMessage.CompileRequest.Importer.ImporterCase.values()) System.out.println(c);
public static InboundMessage.CompileRequest.Importer.ImporterCase 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 InboundMessage.CompileRequest.Importer.ImporterCase valueOf(int value)
forNumber(int) instead.value - The number of the enum to look for.public static InboundMessage.CompileRequest.Importer.ImporterCase forNumber(int value)
public int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLite