Package ch.nolix.core.web.css
Klasse CssProperty
java.lang.Object
ch.nolix.core.web.css.CssProperty
- Alle implementierten Schnittstellen:
INameHolder
,ICssProperty
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungstatic CssProperty
fromCssProperty
(ICssProperty cssProperty) getName()
getValue()
toString()
static CssProperty
withNameAndValue
(String name, double value) static CssProperty
withNameAndValue
(String name, int value) static CssProperty
withNameAndValue
(String name, Enum<?> value) static CssProperty
withNameAndValue
(String name, String value) Von Klasse geerbte Methoden java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Von Schnittstelle geerbte Methoden ch.nolix.coreapi.attributeapi.mandatoryattributeapi.INameHolder
getNameInQuotes, hasName, hasSameNameAs
-
Methodendetails
-
fromCssProperty
-
withNameAndValue
-
withNameAndValue
-
withNameAndValue
-
withNameAndValue
-
getName
- Angegeben von:
getName
in SchnittstelleINameHolder
- Gibt zurück:
- the name of the current
INameHolder
.
-
getValue
- Angegeben von:
getValue
in SchnittstelleICssProperty
-
toString
-