Importing the Java BitSet class

If the BIT string type that has multiple bits is in the PL/I include file, it maps to the BitSet class in Java™. Before you author action rules that use the operations that are defined in the BitSet class, you must import the java.util.BitSet class and define the vocabulary. The Java BitSet class is imported in the BOM.

Procedure

  1. In the Rule Explorer of Rule Designer, right-click bom in your rule project and click New > BOM Entry.
  2. In the New BOM Entry window, type the name of the new BOM entry and click Next.
  3. Click Browse XOM. Select the Java JDK and click OK.
  4. Select the java.util.BitSet class and click Finish.