public static class CssProperty.StringValue extends CssProperty.Value
Constructor and Description |
---|
StringValue(String value) |
Modifier and Type | Method and Description |
---|---|
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.
|
isDotPathValue, isExpressionValue, isFunctionValue, isIdentValue, isListValue, isNumberValue, isSpaceRequired, isStatic, toString
public StringValue(String value)
public String getExpression()
CssProperty.Value
getExpression
in class CssProperty.Value
public String getValue()
public CssProperty.StringValue isStringValue()
isStringValue
in class CssProperty.Value
public String toCss()
toCss
in class CssProperty.Value
Copyright © 2018. All rights reserved.