Package com.helger.css.propertyvalue
Interface ICSSMultiValue
-
- All Superinterfaces:
ICSSValue,ICSSWriteable
- All Known Implementing Classes:
CSSValueList,CSSValueMultiProperty,CSSValueMultiValue
@MustImplementEqualsAndHashcode public interface ICSSMultiValue extends ICSSValue
Base interface for a CSS value that contains more than one value- Author:
- Philip Helger
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.helger.commons.collection.impl.ICommonsList<CSSValue>getAllContainedValues()-
Methods inherited from interface com.helger.css.ICSSWriteable
getAsCSSString, getAsCSSString, getAsCSSString
-
-