public static enum EmbeddedSass.Syntax extends Enum<EmbeddedSass.Syntax> implements com.google.protobuf.ProtocolMessageEnum
Possible syntaxes for a Sass stylesheet.Protobuf enum
sass.embedded_protocol.Syntax
Enum Constant and Description |
---|
CSS
Plain CSS syntax that doesn't support any special Sass features.
|
INDENTED
The indented `.sass` syntax.
|
SCSS
The CSS-superset `.scss` syntax.
|
UNRECOGNIZED |
Modifier and Type | Field and Description |
---|---|
static int |
CSS_VALUE
Plain CSS syntax that doesn't support any special Sass features.
|
static int |
INDENTED_VALUE
The indented `.sass` syntax.
|
static int |
SCSS_VALUE
The CSS-superset `.scss` syntax.
|
Modifier and Type | Method and Description |
---|---|
static EmbeddedSass.Syntax |
forNumber(int value) |
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static com.google.protobuf.Internal.EnumLiteMap<EmbeddedSass.Syntax> |
internalGetValueMap() |
static EmbeddedSass.Syntax |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static EmbeddedSass.Syntax |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static EmbeddedSass.Syntax |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EmbeddedSass.Syntax[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EmbeddedSass.Syntax SCSS
The CSS-superset `.scss` syntax.
SCSS = 0;
public static final EmbeddedSass.Syntax INDENTED
The indented `.sass` syntax.
INDENTED = 1;
public static final EmbeddedSass.Syntax CSS
Plain CSS syntax that doesn't support any special Sass features.
CSS = 2;
public static final EmbeddedSass.Syntax UNRECOGNIZED
public static final int SCSS_VALUE
The CSS-superset `.scss` syntax.
SCSS = 0;
public static final int INDENTED_VALUE
The indented `.sass` syntax.
INDENTED = 1;
public static final int CSS_VALUE
Plain CSS syntax that doesn't support any special Sass features.
CSS = 2;
public static EmbeddedSass.Syntax[] values()
for (EmbeddedSass.Syntax c : EmbeddedSass.Syntax.values()) System.out.println(c);
public static EmbeddedSass.Syntax 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 nullpublic final int getNumber()
getNumber
in interface com.google.protobuf.Internal.EnumLite
getNumber
in interface com.google.protobuf.ProtocolMessageEnum
@Deprecated public static EmbeddedSass.Syntax valueOf(int value)
forNumber(int)
instead.value
- The numeric wire value of the corresponding enum entry.public static EmbeddedSass.Syntax forNumber(int value)
value
- The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<EmbeddedSass.Syntax> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor
in interface com.google.protobuf.ProtocolMessageEnum
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType
in interface com.google.protobuf.ProtocolMessageEnum
public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static EmbeddedSass.Syntax valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)