Interface CSSEnvVariableValue

All Superinterfaces:
Cloneable, CSSPrimitiveValue, CSSPrimitiveValue2, CSSValue, ExtendedCSSPrimitiveValue, ExtendedCSSValue
All Known Implementing Classes:
EnvVariableValue

public interface CSSEnvVariableValue extends ExtendedCSSPrimitiveValue
A CSS environment variable value.
  • Method Details

    • getName

      String getName()
      Get the name of this environment variable.
      Returns:
      the name of this environment variable.
    • getFallback

      ExtendedCSSValue 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

      Description copied from interface: ExtendedCSSValue
      Creates and returns a copy of this value.
      Specified by:
      clone in interface ExtendedCSSValue
      Returns:
      a clone of this value.