Package org.eclipse.e4.ui.css.core.dom
Interface CSSProperty
- All Known Implementing Classes:
CSSPropertyImpl
public interface CSSProperty
CSS property interface.
- Version:
- 1.0.0
- Author:
- Angelo ZERR
-
Method Summary
Modifier and TypeMethodDescriptiongetName()
Return name of CSS property.getValue()
ReturnCSSValue
value of CSS property.boolean
Return true if CSS property is important and false otherwise.void
setImportant
(boolean important) void
Set theCSSValue
value of CSS property.
-
Method Details
-
getName
String getName()Return name of CSS property. -
getValue
CSSValue getValue()ReturnCSSValue
value of CSS property. -
setValue
Set theCSSValue
value of CSS property. -
isImportant
boolean isImportant()Return true if CSS property is important and false otherwise. -
setImportant
void setImportant(boolean important)
-