
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, toStringpublic StringValue(String value)
public String getExpression()
CssProperty.ValuegetExpression in class CssProperty.Valuepublic String getValue()
public CssProperty.StringValue isStringValue()
isStringValue in class CssProperty.Valuepublic String toCss()
toCss in class CssProperty.ValueCopyright © 2018. All rights reserved.