net.sf.farrago.cwm.relational
Interface CwmQueryColumnSet

All Superinterfaces:
CwmClass, CwmClassifier, CwmColumnSet, CwmElement, CwmModelElement, CwmNamespace, RefBaseObject, RefFeatured, RefObject
All Known Implementing Classes:
CwmQueryColumnSet$Hib

public interface CwmQueryColumnSet
extends CwmColumnSet

QueryColumnSet object instance interface. The result set of a query.

Note: This type should not be subclassed, implemented or directly instantiated by clients. It is generated from a MOF metamodel and implemented by Enki or MDR.


Method Summary
 CwmQueryExpression getQuery()
          Returns the value of attribute query.
 void setQuery(CwmQueryExpression newValue)
          Sets the value of query attribute.
 
Methods inherited from interface net.sf.farrago.cwm.core.CwmClassifier
getFeature, isAbstract, setAbstract
 
Methods inherited from interface net.sf.farrago.cwm.core.CwmNamespace
getOwnedElement
 
Methods inherited from interface net.sf.farrago.cwm.core.CwmModelElement
getClientDependency, getConstraint, getImporter, getName, getNamespace, getVisibility, setName, setNamespace, setVisibility
 
Methods inherited from interface javax.jmi.reflect.RefObject
refClass, refDelete, refImmediateComposite, refIsInstanceOf, refOutermostComposite
 
Methods inherited from interface javax.jmi.reflect.RefFeatured
refGetValue, refGetValue, refInvokeOperation, refInvokeOperation, refSetValue, refSetValue
 
Methods inherited from interface javax.jmi.reflect.RefBaseObject
equals, hashCode, refImmediatePackage, refMetaObject, refMofId, refOutermostPackage, refVerifyConstraints
 

Method Detail

getQuery

CwmQueryExpression getQuery()
Returns the value of attribute query. The query expression generating this result. The language attribute of the expression should generally begin with "SQL"

Returns:
Value of attribute query.

setQuery

void setQuery(CwmQueryExpression newValue)
Sets the value of query attribute. See getQuery() for description on the attribute.

Parameters:
newValue - New value to be set.