net.sf.farrago.fem.fennel
Interface FemTupleAttrAccessor

All Superinterfaces:
RefBaseObject, RefFeatured, RefObject
All Known Implementing Classes:
FemTupleAttrAccessor$Hib

public interface FemTupleAttrAccessor
extends RefObject

TupleAttrAccessor 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
 int getBitValueIndex()
          Returns the value of attribute bitValueIndex.
 int getEndIndirectOffset()
          Returns the value of attribute endIndirectOffset.
 int getFixedOffset()
          Returns the value of attribute fixedOffset.
 int getNullBitIndex()
          Returns the value of attribute nullBitIndex.
 void setBitValueIndex(int newValue)
          Sets the value of bitValueIndex attribute.
 void setEndIndirectOffset(int newValue)
          Sets the value of endIndirectOffset attribute.
 void setFixedOffset(int newValue)
          Sets the value of fixedOffset attribute.
 void setNullBitIndex(int newValue)
          Sets the value of nullBitIndex attribute.
 
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

getNullBitIndex

int getNullBitIndex()
Returns the value of attribute nullBitIndex.

Returns:
Value of attribute nullBitIndex.

setNullBitIndex

void setNullBitIndex(int newValue)
Sets the value of nullBitIndex attribute. See getNullBitIndex() for description on the attribute.

Parameters:
newValue - New value to be set.

getFixedOffset

int getFixedOffset()
Returns the value of attribute fixedOffset.

Returns:
Value of attribute fixedOffset.

setFixedOffset

void setFixedOffset(int newValue)
Sets the value of fixedOffset attribute. See getFixedOffset() for description on the attribute.

Parameters:
newValue - New value to be set.

getEndIndirectOffset

int getEndIndirectOffset()
Returns the value of attribute endIndirectOffset.

Returns:
Value of attribute endIndirectOffset.

setEndIndirectOffset

void setEndIndirectOffset(int newValue)
Sets the value of endIndirectOffset attribute. See getEndIndirectOffset() for description on the attribute.

Parameters:
newValue - New value to be set.

getBitValueIndex

int getBitValueIndex()
Returns the value of attribute bitValueIndex.

Returns:
Value of attribute bitValueIndex.

setBitValueIndex

void setBitValueIndex(int newValue)
Sets the value of bitValueIndex attribute. See getBitValueIndex() for description on the attribute.

Parameters:
newValue - New value to be set.