KbClassificationService Object Services | 6 | ![]() |
The KbClassificationService module is defined in the file named:
It's version information is:
$Id: KbClassificationService.idl,v 1.38 1997-08-07 17:03:13-04 wlf Exp $
It is defined in the Java package named:
org.cert.KbClassificationService
module KbClassificationService
{
Forward declarations:
interface Class;
Sequence declarations:
typedef sequence<Class> SeqOfClass;
interface Class {
attribute string name;
attribute string title;
attribute string description;
};
};