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