public class Rule extends Object implements Serializable, Comparable<Rule>
| Modifier and Type | Field and Description |
|---|---|
static String |
DATA_BINDING |
static String |
INLINE_ATTRIBUTE |
| Constructor and Description |
|---|
Rule(Selector[] selectors,
Map<String,String> properties) |
Rule(Selector[] selectors,
String[] keys,
String[] values) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Rule o) |
Map<String,String> |
getProperties() |
Selector[] |
getSelectors() |
String |
toString() |
public static final String INLINE_ATTRIBUTE
public static final String DATA_BINDING
Copyright © 2008–2017 Ultreia.io. All rights reserved.