public class BasicSelectorLabel extends Object implements SelectorLabel
| Modifier and Type | Class and Description |
|---|---|
static class |
BasicSelectorLabel.Factory |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(SelectorLabel other) |
String |
getLabel() |
boolean |
hasLabel(String label) |
String |
toString() |
public int compareTo(SelectorLabel other)
compareTo in interface Comparable<SelectorLabel>public boolean hasLabel(String label)
hasLabel in interface SelectorLabellabel - The label that should be checked.public String getLabel()
getLabel in interface SelectorLabelCopyright © 2019. All rights reserved.