IBM Enterprise Records, Version 5.1.+            

Retrieving a RecordType object

To retrieve the RecordType associated with a particular RecordInfo object, call the getAssociatedRecordType method on a RecordInfo object, as shown in the following line of code:
//Returns the RecordType that is associated with the RecordInfo object. 

//If no RecordType is associated, the method returns a null value 

RecordType loRecordType = loRecordInfo. getAssociatedRecordType() ;


Feedback

Last updated: August 2011


© Copyright IBM Corporation 2011.
This information center is powered by Eclipse technology. (http://www.eclipse.org)