public class ShorthandEntry extends Object
| Constructor and Description |
|---|
ShorthandEntry() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getImportant()
Whether the property has "!important" annotation (implies `false` if absent).
|
String |
getName()
Shorthand name.
|
String |
getValue()
Shorthand value.
|
void |
setImportant(Boolean important)
Whether the property has "!important" annotation (implies `false` if absent).
|
void |
setName(String name)
Shorthand name.
|
void |
setValue(String value)
Shorthand value.
|
public String getName()
public void setName(String name)
public String getValue()
public void setValue(String value)
public Boolean getImportant()
public void setImportant(Boolean important)
Copyright © 2020. All rights reserved.