|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface CwmView
View object instance interface. A view is a non-materialized set of rows, defined by the associated 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 |
getQueryExpression()
Returns the value of attribute queryExpression. |
boolean |
isCheckOption()
Returns the value of attribute checkOption. |
boolean |
isReadOnly()
Returns the value of attribute isReadOnly. |
void |
setCheckOption(boolean newValue)
Sets the value of checkOption attribute. |
void |
setQueryExpression(CwmQueryExpression newValue)
Sets the value of queryExpression attribute. |
void |
setReadOnly(boolean newValue)
Sets the value of isReadOnly attribute. |
| Methods inherited from interface net.sf.farrago.cwm.relational.CwmNamedColumnSet |
|---|
getOptionScopeColumn, getType, getUsingTrigger, setType |
| 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 |
|---|
boolean isReadOnly()
void setReadOnly(boolean newValue)
isReadOnly() for
description on the attribute.
newValue - New value to be set.boolean isCheckOption()
void setCheckOption(boolean newValue)
isCheckOption()
for description on the attribute.
newValue - New value to be set.CwmQueryExpression getQueryExpression()
void setQueryExpression(CwmQueryExpression newValue)
getQueryExpression() for description on the attribute.
newValue - New value to be set.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||