|
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.TpPosition
public class TpPosition
Represents a declared time position.
Time positions are used by the parser while analyzing the time periods for a source document.
| Constructor Summary | |
|---|---|
TpPosition()
Default constructor. |
|
| Method Summary | |
|---|---|
void |
echo(StringBuilder sb,
int depth)
Prints a string representation of the object to a buffer. |
String |
getDateDescriptor()
Gets the date part of the descriptor. |
String |
getDescriptor()
Gets the full descriptor. |
String |
getIndeterminate()
Gets the predicate for an indeterminate boundary. |
TpInterval |
getInterval()
Gets the time period interval. |
boolean |
getIsValid()
True if the position is valid. |
String |
getPositionDescriptor()
Gets the position part of the descriptor. |
String |
getTag()
Gets the tag. |
String |
getType()
Gets the type. |
String |
getWarning()
Gets the warning message associated with an invalid declaration. |
void |
setDateDescriptor(String dateDescriptor)
Sets the date part of the descriptor. |
void |
setDescriptor(String descriptor)
Sets the full descriptor. |
void |
setIndeterminate(String indeterminate)
Sets the predicate for an indeterminate boundary. |
void |
setInterval(TpInterval interval)
Sets the time period interval. |
void |
setIsValid(boolean isValid)
True if the position is valid. |
void |
setPositionDescriptor(String positionDescriptor)
Sets the position part of the descriptor. |
void |
setTag(String tag)
Sets the tag. |
void |
setType(String type)
Sets the type. |
void |
setWarning(String warning)
Sets the warning message associated with an invalid declaration. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public TpPosition()
| Method Detail |
|---|
public String getDateDescriptor()
public void setDateDescriptor(String dateDescriptor)
dateDescriptor - the date part of the descriptorpublic String getDescriptor()
public void setDescriptor(String descriptor)
descriptor - the full descriptorpublic String getIndeterminate()
public void setIndeterminate(String indeterminate)
indeterminate - the indeterminate predicate (null if not set)public TpInterval getInterval()
public void setInterval(TpInterval interval)
interval - the time period intervalpublic boolean getIsValid()
public void setIsValid(boolean isValid)
isValid - true if validpublic String getPositionDescriptor()
public void setPositionDescriptor(String positionDescriptor)
positionDescriptor - the position part of the descriptorpublic String getTag()
public void setTag(String tag)
tag - the tagpublic String getType()
public void setType(String type)
type - the typepublic String getWarning()
public void setWarning(String warning)
warning - the warning message
public void echo(StringBuilder sb,
int depth)
sb - the bufferdepth - the indentation depthpublic 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 | ||||||||