/* */ }
/* */
/* */ public ComponentDescription getNodeInfo_ComponentDescription(AUNode paramAUNode)
/* */ throws CAException
/* */ {
/* 282 */ ComponentDescription localComponentDescription = new ComponentDescription();
/* 283 */ int i = AUGraphGetNodeInfo(_ID(), CAObject.ID(paramAUNode), localComponentDescription._ID(), 0, 0, 0);
/* */
/* 289 */ CAException.checkError(i);
/* 290 */ return localComponentDescription;
/* */ }