public enum ECSSSupportsConditionOperator extends Enum<ECSSSupportsConditionOperator> implements ICSSSupportsConditionMember, com.helger.commons.name.IHasName
@supports (transition-property: color) or (animation-name: foo)| Modifier and Type | Method and Description |
|---|---|
String |
getAsCSSString(ICSSWriterSettings aSettings,
int nIndentLevel)
Get the contents of this object as a serialized CSS string for writing to
an output.
|
static ECSSSupportsConditionOperator |
getFromNameCaseInsensitiveOrNull(String sName) |
ECSSVersion |
getMinimumCSSVersion() |
String |
getName() |
static ECSSSupportsConditionOperator |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ECSSSupportsConditionOperator[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfgetAsCSSString, getAsCSSStringpublic static final ECSSSupportsConditionOperator AND
public static final ECSSSupportsConditionOperator OR
public static ECSSSupportsConditionOperator[] values()
for (ECSSSupportsConditionOperator c : ECSSSupportsConditionOperator.values()) System.out.println(c);
public static ECSSSupportsConditionOperator 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@Nonnull @Nonempty public String getName()
getName in interface com.helger.commons.name.IHasName@Nonnull public String getAsCSSString(@Nonnull ICSSWriterSettings aSettings, @Nonnegative int nIndentLevel)
ICSSWriteablegetAsCSSString in interface ICSSWriteableaSettings - The settings to be used to format the output. May not be
null.nIndentLevel - The current indentation levelnull.@Nonnull public ECSSVersion getMinimumCSSVersion()
getMinimumCSSVersion in interface ICSSVersionAwarenull.@Nullable public static ECSSSupportsConditionOperator getFromNameCaseInsensitiveOrNull(@Nullable String sName)
Copyright © 2014–2018 Philip Helger. All rights reserved.