public enum ECSSExpressionOperator extends Enum<ECSSExpressionOperator> implements ICSSExpressionMember, com.helger.commons.name.IHasName
rgb(1,2,3)| 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.
|
ECSSExpressionOperator |
getClone() |
static ECSSExpressionOperator |
getFromNameOrNull(String sName) |
String |
getName() |
static ECSSExpressionOperator |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ECSSExpressionOperator[] |
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 ECSSExpressionOperator SLASH
public static final ECSSExpressionOperator COMMA
public static final ECSSExpressionOperator EQUALS
public static ECSSExpressionOperator[] values()
for (ECSSExpressionOperator c : ECSSExpressionOperator.values()) System.out.println(c);
public static ECSSExpressionOperator 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 @Nonempty 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 ECSSExpressionOperator getClone()
getClone in interface com.helger.commons.lang.ICloneable<ICSSExpressionMember>@Nullable public static ECSSExpressionOperator getFromNameOrNull(@Nullable String sName)
Copyright © 2014–2018 Philip Helger. All rights reserved.