|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FemIndexAccessorDef
IndexAccessorDef object instance interface.
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 | |
---|---|
long |
getIndexId()
Returns the value of attribute indexId. |
long |
getRootPageId()
Returns the value of attribute rootPageId. |
int |
getRootPageIdParamId()
Returns the value of attribute rootPageIdParamId. |
long |
getSegmentId()
Returns the value of attribute segmentId. |
FemTupleDescriptor |
getTupleDesc()
Returns the value of attribute tupleDesc. |
boolean |
isReadOnlyCommittedData()
Returns the value of attribute readOnlyCommittedData. |
void |
setIndexId(long newValue)
Sets the value of indexId attribute. |
void |
setReadOnlyCommittedData(boolean newValue)
Sets the value of readOnlyCommittedData attribute. |
void |
setRootPageId(long newValue)
Sets the value of rootPageId attribute. |
void |
setRootPageIdParamId(int newValue)
Sets the value of rootPageIdParamId attribute. |
void |
setSegmentId(long newValue)
Sets the value of segmentId attribute. |
void |
setTupleDesc(FemTupleDescriptor newValue)
Sets the value of tupleDesc attribute. |
Methods inherited from interface net.sf.farrago.fem.fennel.FemKeyAccessorDef |
---|
getKeyProj, setKeyProj |
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 |
---|
long getRootPageId()
void setRootPageId(long newValue)
getRootPageId()
for description on the attribute.
newValue
- New value to be set.long getSegmentId()
void setSegmentId(long newValue)
getSegmentId()
for
description on the attribute.
newValue
- New value to be set.long getIndexId()
void setIndexId(long newValue)
getIndexId()
for
description on the attribute.
newValue
- New value to be set.FemTupleDescriptor getTupleDesc()
void setTupleDesc(FemTupleDescriptor newValue)
getTupleDesc()
for
description on the attribute.
newValue
- New value to be set.int getRootPageIdParamId()
void setRootPageIdParamId(int newValue)
getRootPageIdParamId()
for description on the attribute.
newValue
- New value to be set.boolean isReadOnlyCommittedData()
void setReadOnlyCommittedData(boolean newValue)
isReadOnlyCommittedData()
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 |