Oracle™ Business Intelligence Beans Java API Reference
Release 10
g (9.0.4)
Part number B12159_01


oracle.dss.util
Class ExtendedBitSet

java.lang.Object
  |
  +--oracle.dss.util.ExtendedBitSet
All Implemented Interfaces:
java.io.Serializable

public class ExtendedBitSet
extends java.lang.Object
implements java.io.Serializable
See Also:
Serialized Form

Constructor Summary
ExtendedBitSet()
          Default constructor for ExtendedBitSet.
ExtendedBitSet(java.lang.String strObject)
          Alternate constructor for ExtendedBitSet.

 

Method Summary
 java.util.BitSet getBitSet()
          Retrieves the BitSet.
 void setBitSet(java.util.BitSet bitSet)
          Specifies the BitSet.

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

ExtendedBitSet

public ExtendedBitSet()
Default constructor for ExtendedBitSet.

ExtendedBitSet

public ExtendedBitSet(java.lang.String strObject)
Alternate constructor for ExtendedBitSet.
Parameters:
strObject - a String value that represents the BitSet value to set.
Method Detail

getBitSet

public java.util.BitSet getBitSet()
Retrieves the BitSet.
Returns:
BitSet which represents the underlying BitSet value.

setBitSet

public void setBitSet(java.util.BitSet bitSet)
Specifies the BitSet.
Parameters:
bitSet - a BitSet value that represents the value to set.

Oracle™ Business Intelligence Beans Java API Reference
Release 10
g (9.0.4)
Part number B12159_01


Copyright © 2003, Oracle. All Rights Reserved.