|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.esri.aims.mtier.model.metadata.query.TextQuery
Implements a TextQuery object.
com.esri.aims.mtier.model.metadata.axl.TagTextElement
Constructor Summary | |
TextQuery()
Constructs an instance of a TextQuery object. |
Method Summary | |
String |
getAttribute()
Returns the attribute associated with this object. |
String |
getTag()
Returns the tag value for this object. |
com.esri.w3c.dom.Element |
getTextQueryElement()
Returns this object as an TAGTEXT element. |
String |
getWord()
Returns the value for a word search. |
String |
getZCode()
Returns the z code value of this object. |
boolean |
isFullText()
Returns true if this text query is set to use a FULLTEXT search or not. |
void |
setAttribute(String newAttribute)
Sets the given string as the attribute of this object. |
void |
setTag(String newTag)
Sets the tag value for this object. |
void |
setWord(String newWord)
Sets the value for a word search. |
void |
setZCode(String newZCode)
Sets the z code value of this object. |
void |
useFullText(boolean useFullText)
Sets whether or not this TextQuery should use a FULLTEXT search. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public TextQuery()
Method Detail |
public String getZCode()
public void setZCode(String newZCode)
newZCode
- The new z code for this code object.public String getTag()
public void setTag(String newTag)
public void setWord(String newWord)
public String getWord()
public void setAttribute(String newAttribute)
newAttribute
- The new value of the attribute attribute.public String getAttribute()
public com.esri.w3c.dom.Element getTextQueryElement() throws AXLAttributeException
AXLAttributeException
public void useFullText(boolean useFullText)
public boolean isFullText()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |