public class RangeHierarchy extends Range
| Modifier and Type | Field and Description |
|---|---|
protected List<ResourceValue> |
collections |
protected List<ResourceValue> |
parents |
| Constructor and Description |
|---|
RangeHierarchy() |
| Modifier and Type | Method and Description |
|---|---|
void |
addCollection(ResourceValue collection) |
void |
addParent(ResourceValue parent) |
String |
filterQuery(DSAPIComponent c) |
void |
writeTo(JSFullWriter out) |
protected List<ResourceValue> parents
protected List<ResourceValue> collections
public void addParent(ResourceValue parent)
public void addCollection(ResourceValue collection)
public String filterQuery(DSAPIComponent c)
filterQuery in class Rangepublic void writeTo(JSFullWriter out)
writeTo in interface JSONWritablewriteTo in class RangeCopyright © 2014. All rights reserved.