net.sf.farrago.fem.fennel
Interface FemTupleAccessor

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

public interface FemTupleAccessor
extends RefObject

TupleAccessor 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
 List<FemTupleAttrAccessor> getAttrAccessor()
          Returns the value of reference AttrAccessor.
 int getBitFieldOffset()
          Returns the value of attribute bitFieldOffset.
 int getMinByteLength()
          Returns the value of attribute minByteLength.
 void setBitFieldOffset(int newValue)
          Sets the value of bitFieldOffset attribute.
 void setMinByteLength(int newValue)
          Sets the value of minByteLength 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

getMinByteLength

int getMinByteLength()
Returns the value of attribute minByteLength.

Returns:
Value of attribute minByteLength.

setMinByteLength

void setMinByteLength(int newValue)
Sets the value of minByteLength attribute. See getMinByteLength() for description on the attribute.

Parameters:
newValue - New value to be set.

getBitFieldOffset

int getBitFieldOffset()
Returns the value of attribute bitFieldOffset.

Returns:
Value of attribute bitFieldOffset.

setBitFieldOffset

void setBitFieldOffset(int newValue)
Sets the value of bitFieldOffset attribute. See getBitFieldOffset() for description on the attribute.

Parameters:
newValue - New value to be set.

getAttrAccessor

List<FemTupleAttrAccessor> getAttrAccessor()
Returns the value of reference AttrAccessor.

Returns:
Value of reference AttrAccessor. Element type: FemTupleAttrAccessor