Пакет | com.adobe.ep.taskmanagement.filter |
Интерфейс | public interface IComparisonOperator |
Средство реализации | ComparisonOperator |
Язык версии: | ActionScript 3.0 |
Версия продукта: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
Версии среды выполнения: | AIR 2.6, Flash Player 10.2 |
IComparison
interface provides filtering for comparison operators, such as EQUAL and LESS_THAN. The comparison operators are
defined in the class com.adobe.ep.taskmanagement.filter.ComparisonOperator
.
Связанные элементы API
Общедоступные свойства
Свойство | Определено | ||
---|---|---|---|
name : String [только для чтения]
The string representation of the comparison operator. | IComparisonOperator |
Общедоступные методы
Метод | Определено | ||
---|---|---|---|
Evaluates whether two operators are the same. | IComparisonOperator |
Сведения о свойстве
name | свойство |
name:String
[только для чтения] Язык версии: | ActionScript 3.0 |
Версия продукта: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
Версии среды выполнения: | AIR 2.6, Flash Player 10.2 |
The string representation of the comparison operator.
Реализация
public function get name():String
Сведения о методе
equals | () | метод |
public function equals(rhs:IComparisonOperator):Boolean
Язык версии: | ActionScript 3.0 |
Версия продукта: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
Версии среды выполнения: | AIR 2.6, Flash Player 10.2 |
Evaluates whether two operators are the same.
A value of True
is returned when the operations are the same,
otherwise, a value of False
is returned.
Параметры
rhs:IComparisonOperator — Specifies the ComparisonOperator object to which to compare.
|
Boolean — A value of true when the rhs comparison operator are the same operator; otherwise a value of false is returned.
|
Tue Jun 12 2018, 11:34 AM Z