* @link http://www.pradosoft.com/ * @copyright 2010 Bigpoint GmbH * @license http://www.pradosoft.com/license/ * @since 3.2 * @package System.Util */ /** * TRpcClientTypesEnumerable class * * @author Robin J. Rogge * @version $Id$ * @package System.Util * @since 3.2 */ class TRpcClientTypesEnumerable extends TEnumerable { const JSON = 'TJsonRpcClient'; const XML = 'TXmlRpcClient'; }