Rule Execution Server API

ilog.rules.bom.annotations
Annotation Type CustomProperty


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

Annotation for setting a persistent property on an IlrModelElement. When processed, this annotation results in a call to IlrProperties.setPersistentProperty(String, String) on the model element that has been created in the BOM.

Since:
JRules 7.0

Required Element Summary
 String name
          Name of the property to set.
 String value
          Value of the property
 

Element Detail

name

public abstract String name
Name of the property to set.


value

public abstract String value
Value of the property


Rule Execution Server API

© Copyright IBM Corp. 1987, 2013