addQueryHint
public void addQueryHint(int index,
QueryHint vQueryHint)
throws java.lang.IndexOutOfBoundsException
addQueryHint
public void addQueryHint(QueryHint vQueryHint)
throws java.lang.IndexOutOfBoundsException
enumerateQueryHint
public java.util.Enumeration enumerateQueryHint()
Method enumerateQueryHint.
- an Enumeration over all possible elements of this
collection
getName
public java.lang.String getName()
Returns the value of field 'name'.
- the value of field 'Name'.
getQuery
public java.lang.String getQuery()
Returns the value of field 'query'.
- the value of field 'Query'.
getQueryHint
public QueryHint[] getQueryHint()
Method getQueryHint.Returns the contents of the collection
in an Array.
Note: Just in case the collection contents
are changing in another thread, we pass a 0-length Array of
the correct type into the API call. This way we
know
that the Array returned is of exactly the correct length.
- this collection as an Array
getQueryHint
public QueryHint getQueryHint(int index)
throws java.lang.IndexOutOfBoundsException
Method getQueryHint.
- the value of the
org.exolab.castor.mapping.xml.QueryHint at the given index
getQueryHintCount
public int getQueryHintCount()
Method getQueryHintCount.
- the size of this collection
isValid
public boolean isValid()
Method isValid.
- true if this object is valid according to the schema
iterateQueryHint
public java.util.Iterator iterateQueryHint()
Method iterateQueryHint.
- an Iterator over all possible elements in this
collection
removeAllQueryHint
public void removeAllQueryHint()
removeQueryHint
public boolean removeQueryHint(QueryHint vQueryHint)
Method removeQueryHint.
- true if the object was removed from the collection.
removeQueryHintAt
public QueryHint removeQueryHintAt(int index)
Method removeQueryHintAt.
- the element removed from the collection
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
setQueryHint
public void setQueryHint(QueryHint[] vQueryHintArray)