| 
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.TpParser
public class TpParser
Parses the time period descriptors associated with a document.
| Constructor Summary | |
|---|---|
TpParser()
Default constructor.  | 
|
| Method Summary | |
|---|---|
 String | 
getDocumentName()
Gets the document name (used for logging only).  | 
 TpIntervals | 
getIntervals()
Gets the parsed interval collection.  | 
 boolean | 
hasWarnings()
True if parser warnings were encountered.  | 
 void | 
parseDescriptor(String descriptor)
Parses a time period descriptor string.  | 
 void | 
processResult()
Processes the result for the document.  | 
 void | 
setDocumentName(String documentName)
Sets the document name (used for logging only).  | 
 String | 
toString()
 | 
 String | 
warningsToString()
Return warnings.  | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Constructor Detail | 
|---|
public TpParser()
| Method Detail | 
|---|
public String getDocumentName()
public void setDocumentName(String documentName)
documentName - the document namepublic TpIntervals getIntervals()
public boolean hasWarnings()
public void parseDescriptor(String descriptor)
descriptor - the descriptorpublic void processResult()
public String warningsToString()
public String toString()
toString in class Object
  | 
Esri Geoportal Server 1.2.9 
 | 
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||