. // // @ignore // =================================================================================================== /** * @package Kaltura * @subpackage Client */ class Kaltura_Client_Enum_SearchConditionComparison { const EQUAL = "1"; const EQUEL = "1"; const GREATER_THAN = "2"; const GREATER_THAN_OR_EQUEL = "3"; const GREATER_THAN_OR_EQUAL = "3"; const LESS_THAN = "4"; const LESS_THAN_OR_EQUEL = "5"; const LESS_THAN_OR_EQUAL = "5"; }