How to assign a null value for an integer property when creating a concept using an ontology function?

How to assign a null value for an integer property when creating a concept using an ontology function?

book

Article ID: KB0091118

calendar_today

Updated On:

Products Versions
TIBCO BusinessEvents Enterprise Edition -
Not Applicable -

Description

Resolution:
Description:
===========
How to assign a null value for an integer property when creating a concept using an ontology function?

Environment:
===========
TIBCO BusinessEvents 3.x/4.x/5.x
All Operating Systems


Resolution:
========
Create an integer variable (without initialization) and use the variable for the null values.

Example:
int i;
Concepts.cpt1 cp=Concepts.cpt1.cpt1("extID1",i);

Issue/Introduction

How to assign a null value for an integer property when creating a concept using an ontology function?