public class LabelInterval extends AbstractInterval
Modifier and Type | Field and Description |
---|---|
protected DistinctValue |
holder |
domain
Constructor and Description |
---|
LabelInterval() |
Modifier and Type | Method and Description |
---|---|
boolean |
contains(Object value) |
boolean |
equals(Object obj) |
String |
getDescription(Locale l) |
DistinctValue |
getHolder() |
String |
getLabel() |
List |
getValues(DataProperty p) |
int |
hashCode() |
void |
setHolder(DistinctValue holder) |
String |
toString() |
compareTo, getDomain, setDomain
protected DistinctValue holder
public DistinctValue getHolder()
public void setHolder(DistinctValue holder)
public String getLabel()
public List getValues(DataProperty p)
getValues
in interface Interval
getValues
in class AbstractInterval
public boolean contains(Object value)
Copyright © 2012-2015 JBoss by Red Hat. All Rights Reserved.