AR System Java API

com.bmc.arsys.api
Class ValueSetQuery

java.lang.Object
  extended by com.bmc.arsys.api.QueryBase
      extended by com.bmc.arsys.api.ValueSetQuery
All Implemented Interfaces:
Cloneable

public class ValueSetQuery
extends QueryBase
implements Cloneable

The ValueSetQuery class is used to define the properties of a IN/NOT IN query used in qualifier. The number of the QueryFormField fields that the query selects is limited to one.

See Also:
ArithmeticOrRelationalOperand, QueryBase, RecursiveQuery

Constructor Summary
ValueSetQuery()
           
 
Method Summary
 Object clone()
          Clone implementation that returns an Object with data cloned from self.
 String toString()
          Returns a string description of the object.
 
Methods inherited from class com.bmc.arsys.api.QueryBase
addFromField, addFromField, addFromField, addFromSource, addGroupBy, addHaving, getFromFields, getFromSources, getGroupBy, getHaving, getHavingList, getQualifier, setFromFields, setFromSources, setGroupBy, setHaving, setQualifier
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ValueSetQuery

public ValueSetQuery()
Method Detail

clone

public Object clone()
             throws CloneNotSupportedException
Clone implementation that returns an Object with data cloned from self.

Overrides:
clone in class QueryBase
Throws:
CloneNotSupportedException

toString

public String toString()
Returns a string description of the object.

Overrides:
toString in class QueryBase

AR System Java API

© Copyright 2006, 2007 BMC Software, Inc.