Interface CSSEnvVariableValue

All Superinterfaces:
Cloneable, CSSPrimitiveValue, CSSValue
All Known Implementing Classes:
EnvVariableValue

public interface CSSEnvVariableValue extends CSSPrimitiveValue
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

      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

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