RulesComponentType

This code table lists all the component types used in the rules. You must add an entry to this code table to represent your component and reference this entry in the "name" attribute of your custom Objective Type rule class. For example:

<code
    default="false" java_identifier="" 
status="ENABLED" value="MY_RCT"
  >
    <locale language="en" sort_order="0">
      <description>My rules component type</description>
      <annotation/>
    </locale>
  </code>