@NotThreadSafe public abstract class AbstractCSSPropertyEnums extends CSSPropertyEnum
| Constructor and Description |
|---|
AbstractCSSPropertyEnums(ECSSProperty eProp,
ECSSVendorPrefix eVendorPrefix,
ICSSPropertyCustomizer aCustomizer,
int nMinArgCount,
int nMaxArgCount,
Iterable<String> aEnumValues) |
AbstractCSSPropertyEnums(ECSSProperty eProp,
ECSSVendorPrefix eVendorPrefix,
ICSSPropertyCustomizer aCustomizer,
int nMinArgCount,
int nMaxArgCount,
String... aEnumValues) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
int |
getMaximumArgumentCount() |
int |
getMinimumArgumentCount() |
int |
hashCode() |
String |
toString() |
directGetEnumValues, getClone, getClone, isValidValuegetCustomizer, getMinimumCSSVersion, getProp, getPropertyName, getVendorPrefix, isValidPropertyValue, newValueclone, finalize, getClass, notify, notifyAll, wait, wait, waitnewImportantValue, newImportantValue, newValue, newValue, newValuepublic AbstractCSSPropertyEnums(@Nonnull ECSSProperty eProp, @Nullable ECSSVendorPrefix eVendorPrefix, @Nullable ICSSPropertyCustomizer aCustomizer, @Nonnegative int nMinArgCount, @Nonnegative int nMaxArgCount, @Nonnull @Nonempty String... aEnumValues)
public AbstractCSSPropertyEnums(@Nonnull ECSSProperty eProp, @Nullable ECSSVendorPrefix eVendorPrefix, @Nullable ICSSPropertyCustomizer aCustomizer, @Nonnegative int nMinArgCount, @Nonnegative int nMaxArgCount, @Nonnull @Nonempty Iterable<String> aEnumValues)
public final int getMinimumArgumentCount()
getMinimumArgumentCount in interface ICSSPropertygetMinimumArgumentCount in class AbstractCSSPropertypublic final int getMaximumArgumentCount()
getMaximumArgumentCount in interface ICSSPropertygetMaximumArgumentCount in class AbstractCSSPropertypublic boolean equals(Object o)
equals in class CSSPropertyEnumpublic int hashCode()
hashCode in class CSSPropertyEnumpublic String toString()
toString in class CSSPropertyEnumCopyright © 2014–2022 Philip Helger. All rights reserved.