|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CwmSqlindex
SQLIndex object instance interface. An Index on a table.
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 | |
---|---|
String |
getFilterCondition()
Returns the value of attribute filterCondition. |
boolean |
isAutoUpdate()
Returns the value of attribute autoUpdate. |
boolean |
isNullable()
Returns the value of attribute isNullable. |
void |
setAutoUpdate(boolean newValue)
Sets the value of autoUpdate attribute. |
void |
setFilterCondition(String newValue)
Sets the value of filterCondition attribute. |
void |
setNullable(boolean newValue)
Sets the value of isNullable attribute. |
Methods inherited from interface net.sf.farrago.cwm.keysindexes.CwmIndex |
---|
getIndexedFeature, getSpannedClass, isPartitioning, isSorted, isUnique, setPartitioning, setSorted, setSpannedClass, setUnique |
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 |
---|
String getFilterCondition()
void setFilterCondition(String newValue)
getFilterCondition()
for description on the attribute.
newValue
- New value to be set.boolean isNullable()
void setNullable(boolean newValue)
isNullable()
for
description on the attribute.
newValue
- New value to be set.boolean isAutoUpdate()
void setAutoUpdate(boolean newValue)
isAutoUpdate()
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 |