|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.wdssii.core.IndexRecord
public class IndexRecord
| Field Summary | |
|---|---|
private String[][] |
paramsArray
|
private String[] |
selections
|
private String |
sourceName
|
private Date |
time
|
| Constructor Summary | |
|---|---|
IndexRecord(Date time,
String[] selections,
String[] params)
|
|
IndexRecord(Date time,
String[] selections,
String[][] params)
|
|
| Method Summary | |
|---|---|
static IndexRecord |
createIndexRecord(Element e,
String indexLocation)
|
static IndexRecord |
createIndexRecord(String timeString,
String timeFrac,
String[] paramsList,
String[] paramsChanges,
String selectionsString,
String indexLocation)
|
String |
getDataType()
|
private static Date |
getDateFromString(String timeString,
String frac)
|
int |
getNumParams()
|
String[] |
getParams()
|
String[] |
getParams(int index)
|
String[] |
getSelections()
|
String |
getSourceName()
returns a source name if one was set. |
String |
getSubType()
An empty string if this record has no subtype |
Date |
getTime()
|
String |
getTimeStamp()
|
void |
setSourceName(String s)
|
String |
toString()
|
String |
toXMLString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
private Date time
private String[] selections
private String[][] paramsArray
private String sourceName
| Constructor Detail |
|---|
public IndexRecord(Date time,
String[] selections,
String[][] params)
public IndexRecord(Date time,
String[] selections,
String[] params)
| Method Detail |
|---|
public void setSourceName(String s)
public String getSourceName()
public String[] getParams(int index)
public String[] getParams()
public String[] getSelections()
public Date getTime()
public int getNumParams()
private static Date getDateFromString(String timeString,
String frac)
public static IndexRecord createIndexRecord(String timeString,
String timeFrac,
String[] paramsList,
String[] paramsChanges,
String selectionsString,
String indexLocation)
public static IndexRecord createIndexRecord(Element e,
String indexLocation)
public String toString()
toString in class Objectpublic String toXMLString()
public String getDataType()
public String getSubType()
public String getTimeStamp()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||