- All Superinterfaces:
Cloneable
,CSSPrimitiveValue
,CSSValue
- All Known Implementing Classes:
EnvVariableValue
A CSS environment variable value.
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.sf.carte.doc.style.css.CSSValue
CSSValue.CssType, CSSValue.Type
-
Method Summary
Methods inherited from interface io.sf.carte.doc.style.css.CSSPrimitiveValue
getUnitType, isNegativeNumber, isPrimitiveValue, setExpectInteger
Methods inherited from interface io.sf.carte.doc.style.css.CSSValue
getCssText, getCssValueType, getMinifiedCssText, getMinifiedCssText, getPrimitiveType, matches, setCssText, writeCssText
-
Method Details
-
getName
String getName()Get the name of this environment variable.- Returns:
- the name of this environment variable.
-
getFallback
CSSValue getFallback()Get the fallback value to be used if the referenced variable name is not known.- Returns:
- the fallback value, or null if there is no fallback value.
-
clone
CSSEnvVariableValue clone()Description copied from interface:CSSValue
Creates and returns a copy of this value.
-