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