addQueryHint
public void addQueryHint(int index,
QueryHint vQueryHint)
throws java.lang.IndexOutOfBoundsException
Method addQueryHint
addQueryHint
public void addQueryHint(QueryHint vQueryHint)
throws java.lang.IndexOutOfBoundsException
Method addQueryHint
clearQueryHint
public void clearQueryHint()
Method clearQueryHint
enumerateQueryHint
public java.util.Enumeration enumerateQueryHint()
Method enumerateQueryHint
getName
public java.lang.String getName()
Returns the value of field 'name'.
getQuery
public java.lang.String getQuery()
Returns the value of field 'query'.
getQueryHint
public QueryHint[] getQueryHint()
Method getQueryHint
getQueryHint
public QueryHint getQueryHint(int index)
throws java.lang.IndexOutOfBoundsException
Method getQueryHint
getQueryHintCount
public int getQueryHintCount()
Method getQueryHintCount
isValid
public boolean isValid()
Method isValid
removeQueryHint
public boolean removeQueryHint(QueryHint vQueryHint)
Method removeQueryHint
setName
public void setName(java.lang.String name)
Sets the value of field 'name'.
name
- the value of field 'name'.
setQuery
public void setQuery(java.lang.String query)
Sets the value of field 'query'.
query
- the value of field 'query'.
setQueryHint
public void setQueryHint(int index,
QueryHint vQueryHint)
throws java.lang.IndexOutOfBoundsException
Method setQueryHint
setQueryHint
public void setQueryHint(QueryHint[] queryHintArray)
Method setQueryHint