public java.lang.String[] | _ids()Returns an array of repository ids that an object implements.
The string at index zero represents the most derived interface. The last id,
for the generic CORBA object is (i.e., IDL:omg.org/CORBA/Object:1.0") is
implied and not present.
return (String[]) _type_ids.clone();
|