Rule Execution Server API

ilog.rules.bom.annotations
Annotation Type BusinessName


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

Annotation for changing the name of a parameter in the BOM.

This annotation applied to a parameter changes the name of the parameter in the BOM.

Since:
JRules 7.0

Required Element Summary
 String value
          The business name.
 

Element Detail

value

public abstract String value
The business name.


Rule Execution Server API

© Copyright IBM Corp. 1987, 2013