net.sf.farrago.type.runtime
Interface BitReference

All Known Implementing Classes:
FarragoSyntheticObject.BooleanBitReference, FarragoSyntheticObject.NullIndicatorBitReference, NullablePrimitive.NullableBoolean

public interface BitReference

BitReference represents a bit which can be accessed by marshalling and unmarshalling. Could be a null indicator, could be a real bit value.

Version:
$Id: //open/dev/farrago/src/net/sf/farrago/type/runtime/BitReference.java#11 $
Author:
John V. Sichi

Method Summary
 boolean getBit()
           
 void setBit(boolean bit)
          Sets the bit value referenced by this.
 

Method Detail

setBit

void setBit(boolean bit)
Sets the bit value referenced by this.

Parameters:
bit - new value

getBit

boolean getBit()
Returns:
the bit value referenced by this