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 CssPropertyfromCssProperty(ICssProperty cssProperty) getName()getValue()toString()static CssPropertywithNameAndValue(String name, double value) static CssPropertywithNameAndValue(String name, int value) static CssPropertywithNameAndValue(String name, Enum<?> value) static CssPropertywithNameAndValue(String name, String value) Von Klasse geerbte Methoden java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitVon Schnittstelle geerbte Methoden ch.nolix.coreapi.attribute.mandatoryattribute.INameHolder
getNameInQuotes, hasName, hasSameNameAs
-
Methodendetails
-
fromCssProperty
-
withNameAndValue
-
withNameAndValue
-
withNameAndValue
-
withNameAndValue
-
getName
- Angegeben von:
getNamein SchnittstelleINameHolder- Gibt zurück:
- the name of the current
INameHolder.
-
getValue
- Angegeben von:
getValuein SchnittstelleICssProperty
-
toString
-