| ILOG JRules User Guide > Customizing JRules > Concepts > Rule Model > Rule Model Extension Schema > Extended Properties |
Extended Properties |
PREVIOUS NEXT |
You can add extended properties to all the elements of the rule model. When you add a property to a rule model class, you can define its type as:
Boolean, Date, Float, Integer, Long, Character, Double, Short, String
String values. The values need to be defined in an extension data file.
String values organized in a hierarchy. The values and the hierarchical structure need to be defined in an extension data file.
Properties associated with a primitive type or an enumeration can have a default value.
Not all properties can be extracted into a ruleset. The properties that can be extracted must have a single value, and their associated type must be a primitive type, an enumeration, or a hierarchy.
You can localize an enumeration value by adding % as the first character of the value.
| Warning |
| Do not use a reserved SQL keyword as the name of a property. |
Extended properties defined in the rule model have properties themselves. These properties are the following:
| Copyright © 1987-2008 ILOG S.A. All rights reserved. Legal terms. Documentation homepage. | PREVIOUS NEXT |