public static class

CssProperty.StringValue

extends CssProperty.Value
java.lang.Object
   ↳ com.google.gwt.resources.css.ast.CssProperty.Value
     ↳ com.google.gwt.resources.css.ast.CssProperty.StringValue

Class Overview

Represents one or more quoted string literals.

Summary

Public Constructors
CssProperty.StringValue(String value)
Public Methods
String getExpression()
Generate a Java expression whose execution results in the value.
String getValue()
CssProperty.StringValue isStringValue()
String toCss()
Returns a escaped, quoted representation of the underlying value.
[Expand]
Inherited Methods
From class com.google.gwt.resources.css.ast.CssProperty.Value
From class java.lang.Object

Public Constructors

public CssProperty.StringValue (String value)

Public Methods

public String getExpression ()

Generate a Java expression whose execution results in the value.

public String getValue ()

public CssProperty.StringValue isStringValue ()

public String toCss ()

Returns a escaped, quoted representation of the underlying value.