com.bmc.arsys.api
Class ValueSetQuery
java.lang.Object
com.bmc.arsys.api.QueryBase
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
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 |
ValueSetQuery
public ValueSetQuery()
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
© Copyright 2006, 2007 BMC Software, Inc.