com.ibm.serviceregistry.sdo
Interface QueryObject

All Superinterfaces:
BaseObject, commonj.sdo.DataObject, OriginalObject, java.io.Serializable
All Known Subinterfaces:
GraphQuery, PropertyQuery

public interface QueryObject
extends OriginalObject

A representation of the model object 'Query Object'. This is the parent object of GraphQuery and PropertyQuery.

The following features are supported:


Field Summary
static java.lang.String copyrightStatement
           
 
Method Summary
 java.lang.String getQueryExpression()
          Returns the value of the 'Query Expression' attribute
 void setQueryExpression(java.lang.String value)
          Sets the value of the 'Query Expression' attribute
 
Methods inherited from interface com.ibm.serviceregistry.sdo.OriginalObject
getPredecessors, getTemplate, setTemplate
 
Methods inherited from interface com.ibm.serviceregistry.sdo.BaseObject
getBsrURI, getClassificationURIs, getCreationTimestamp, getDescription, getLastModified, getLastModifiedBy, getName, getNamespace, getOwner, getUserDefinedProperties, getUserDefinedRelationships, getVersion, isSetDescription, isSetVersion, setDescription, setName, setNamespace, setVersion, unsetDescription, unsetVersion
 
Methods inherited from interface commonj.sdo.DataObject
createDataObject, createDataObject, createDataObject, createDataObject, createDataObject, createDataObject, delete, detach, get, get, get, getBigDecimal, getBigDecimal, getBigDecimal, getBigInteger, getBigInteger, getBigInteger, getBoolean, getBoolean, getBoolean, getByte, getByte, getByte, getBytes, getBytes, getBytes, getChangeSummary, getChar, getChar, getChar, getContainer, getContainmentProperty, getDataGraph, getDataObject, getDataObject, getDataObject, getDate, getDate, getDate, getDouble, getDouble, getDouble, getFloat, getFloat, getFloat, getInstanceProperties, getInstanceProperty, getInt, getInt, getInt, getList, getList, getList, getLong, getLong, getLong, getProperty, getRootObject, getSequence, getSequence, getSequence, getSequence, getShort, getShort, getShort, getString, getString, getString, getType, isSet, isSet, isSet, set, set, set, setBigDecimal, setBigDecimal, setBigDecimal, setBigInteger, setBigInteger, setBigInteger, setBoolean, setBoolean, setBoolean, setByte, setByte, setByte, setBytes, setBytes, setBytes, setChar, setChar, setChar, setDataObject, setDataObject, setDataObject, setDate, setDate, setDate, setDouble, setDouble, setDouble, setFloat, setFloat, setFloat, setInt, setInt, setInt, setList, setList, setList, setLong, setLong, setLong, setShort, setShort, setShort, setString, setString, setString, unset, unset, unset
 

Field Detail

copyrightStatement

static final java.lang.String copyrightStatement
See Also:
Constant Field Values
Method Detail

getQueryExpression

java.lang.String getQueryExpression()
Returns the value of the 'Query Expression' attribute.

Set the XPATH query expression

Returns:
the value of the 'Query Expression' attribute.
See Also:
setQueryExpression(String)

setQueryExpression

void setQueryExpression(java.lang.String value)
Sets the value of the 'Query Expression' attribute. Get the XPATH query expression.

Parameters:
value - the new value of the 'Query Expression' attribute.
See Also:
getQueryExpression()


© Copyright IBM Corporation 2006, 2009. All Rights Reserved.