return "freeRadioButtonLabel";
}
public ItsNatFreeRadioButtonLabel createItsNatFreeRadioButtonLabel(Element element,NameValue[] artifacts,boolean execCreateFilters,ItsNatDocComponentManagerImpl compMgr)
{
ItsNatFreeRadioButtonLabel comp = null;
boolean doFilters = hasBeforeAfterCreateItsNatComponentListener(execCreateFilters,compMgr);
if (doFilters) comp = (ItsNatFreeRadioButtonLabel)processBeforeCreateItsNatComponentListener(element,getCompType(),null,artifacts,compMgr);
if (comp == null)
comp = new ItsNatFreeRadioButtonLabelImpl(element,artifacts,compMgr);
if (doFilters) comp = (ItsNatFreeRadioButtonLabel)processAfterCreateItsNatComponentListener(comp,compMgr);