|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CwmIndex
Index object instance interface. Instances of the Index class represent the ordering of the instances of some other Class, and the Index is said to "span" the Class. Indexes normally have an ordered set of attributes of the Class instance they span that make up the "key" of the index; this set of relationships is represented by the IndexedFeature class that indicates how the attributes are used by the Index instance. The Index class is intended primarily as a starting point for tools that require the notion of an index.
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 | |
---|---|
List<CwmIndexedFeature> |
getIndexedFeature()
Returns the value of reference indexedFeature. |
CwmClass |
getSpannedClass()
Returns the value of reference spannedClass. |
boolean |
isPartitioning()
Returns the value of attribute isPartitioning. |
boolean |
isSorted()
Returns the value of attribute isSorted. |
boolean |
isUnique()
Returns the value of attribute isUnique. |
void |
setPartitioning(boolean newValue)
Sets the value of isPartitioning attribute. |
void |
setSorted(boolean newValue)
Sets the value of isSorted attribute. |
void |
setSpannedClass(CwmClass newValue)
Sets the value of spannedClass reference. |
void |
setUnique(boolean newValue)
Sets the value of isUnique attribute. |
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 isPartitioning()
void setPartitioning(boolean newValue)
isPartitioning()
for description on the attribute.
newValue
- New value to be set.boolean isSorted()
void setSorted(boolean newValue)
isSorted()
for
description on the attribute.
newValue
- New value to be set.boolean isUnique()
void setUnique(boolean newValue)
isUnique()
for
description on the attribute.
newValue
- New value to be set.List<CwmIndexedFeature> getIndexedFeature()
CwmIndexedFeature
CwmClass getSpannedClass()
void setSpannedClass(CwmClass newValue)
getSpannedClass()
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 |