|
|
|
---|
alternate
| String patterns that determine how to display a BOM class in a BAL rule.
| string
|
bindingMode
| How a BOM class can be bound to a variable.
| none, single, multiple (default)
|
deprecated
| The class is no longer valid; using it or its methods generates an error when you configure the Rule Builder to check for deprecated BOM elements.
| true, false
|
domain
| A domain groups together a set of domain items that represent different values.
| domain items
|
label
| In decision tables, the default title of a column that uses the class.
| string
|
navigate
| If variables can be bound to objects returned by methods (that return an instance of the BOM class).
| true, false
|
noAction
| Determines whether a BOM element is available in actions.
| true, false
|
noCondition
| Determines whether a BOM element is available in conditions.
| true, false
|
propagate-ArgumentType
| For a BOM method, this indicates that all its arguments that are of type java.lang.Object or of the same type as the declaring class must be replaced by the actual type of the calling object. For example, for the method equals(java.lang.Object arg) declared on the class java.lang.Object , the real type of the argument is the same as the calling object.
| tag
|
supertypes
| Identifies the parent class(es) of a selected BOM class.
| A BOM class.
|
translation
| Determines how BOM elements translate to the execution layer.
| string
|
valueEditor
| The value editor to use with the BOM class.
| tag
|
visible
| Determines if the BOM class is available in the BAL editor.
| true, false
|