|
Esri Geoportal Server 1.2.9
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.esri.gpt.catalog.schema.indexable.tp.TpIntervals
public class TpIntervals
A collection of timeperiod intervals.
Constructor Summary | |
---|---|
TpIntervals()
Default constructor. |
Method Summary | |
---|---|
void |
add(TpInterval interval)
Adds an interval. |
TpInterval |
get(int index)
Gets the value at an index. |
int |
size()
The number of items. |
void |
sort()
Sorts the intervals. |
List<TpInterval> |
values()
The values. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TpIntervals()
Method Detail |
---|
public void add(TpInterval interval)
interval
- the intervalpublic TpInterval get(int index)
index
- the index
public int size()
public void sort()
public List<TpInterval> values()
|
Esri Geoportal Server 1.2.9
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |