Rule Execution Server API

ilog.rules.bom.annotations
Annotation Type BusinessType


@Retention(value=RUNTIME)
@Target(value={FIELD,PARAMETER,METHOD})
public @interface BusinessType

Annotation for changing the type of a class member or parameter in the BOM.

This annotation applied to a field, method or parameter changes the type of the attribute, method, or parameter in the BOM.

Since:
JRules 7.0

Required Element Summary
 String value
          The name of the business class that will used as the type of this field, method, or parameter.
 

Element Detail

value

public abstract String value
The name of the business class that will used as the type of this field, method, or parameter.


Rule Execution Server API

© Copyright IBM Corp. 1987, 2013