Checking the Data Type of an Object
The data type of an object can be checked using the
getType method in the following way:
IliValue value;
...
if (value.getType() == IliDateType) {
...
}
Version 6.3
Copyright © 2018, Rogue Wave Software, Inc. All Rights Reserved.