package com.hundsun.ares.studio.atom.constants; public interface IAtomRefType { /** ԭ�ӷ��� */ String ATOM_SERVICE = "atomservice"; String ATOM_FUNCTION = "atomfunction"; //���������� public static final String ATOM_SERVICE_CNAME = "atomservice.cname"; //���������� public static final String ATOM_FUNCTION_CNAME = "atomfunction.cname"; }