Пакет | com.adobe.ep.taskmanagement.filter |
Класс | public class ComparisonOperator |
Наследование | ComparisonOperator ![]() |
Реализует | IComparisonOperator |
Язык версии: | ActionScript 3.0 |
Версия продукта: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
Версии среды выполнения: | AIR 2.6, Flash Player 10.2 |
myTaskFilter.addCondition(new Property("MortgageValue"), ComparisonOperator.GREATER_THAN, 50000);
Свойство | Определено | ||
---|---|---|---|
![]() | constructor : Object
Ссылка на объект класса или функцию конструктора для данного экземпляра объекта. | Object | |
name : String [только для чтения]
The name of the comparison operator. | ComparisonOperator |
Метод | Определено | ||
---|---|---|---|
Compares two operator objects. | ComparisonOperator | ||
[статические]
Returns the IComparisonOperator for a given operator name
| ComparisonOperator | ||
![]() |
Показывает, определено ли заданное свойство для объекта. | Object | |
![]() |
Показывает, есть ли экземпляр класса Object в цепи прототипов объекта, заданного в качестве параметра. | Object | |
![]() |
Показывает наличие заданного свойства и его перечисляемость. | Object | |
![]() |
Задает доступность динамического свойства для операций цикла. | Object | |
![]() |
Возвращает строковое представление этого объекта, отформатированного в соответствии со стандартами, принятыми для данной локали. | Object | |
![]() |
Возвращает строковое представление заданного объекта. | Object | |
![]() |
Возвращает элементарное значение заданного объекта. | Object |
Константа | Определено | ||
---|---|---|---|
BEGINS_WITH : IComparisonOperator [статические]
The BEGINS_WITH constant that represents the Begins With operator. | ComparisonOperator | ||
CONTAINS : IComparisonOperator [статические]
The CONTAINS constant that represents the Contains operator. | ComparisonOperator | ||
ENDS_WITH : IComparisonOperator [статические]
The ENDS_WITH constant that represents the Ends With operator. | ComparisonOperator | ||
EQUALS : IComparisonOperator [статические]
The EQUALS constant that represents the Equals operator. | ComparisonOperator | ||
GREATER_THAN : IComparisonOperator [статические]
The GREATER_THAN constant that represents the Greater Than operator. | ComparisonOperator | ||
GREATER_THAN_EQUALS : IComparisonOperator [статические]
The GREATER_THAN_EQUALS constant that represents the Greater Than Or Equals operator. | ComparisonOperator | ||
IN : IComparisonOperator [статические]
The IN constant that represents the In list operator. | ComparisonOperator | ||
LESS_THAN : IComparisonOperator [статические]
The LESS_THAN constant that represents the Less Than operator. | ComparisonOperator | ||
LESS_THAN_EQUALS : IComparisonOperator [статические]
The LESS_THAN_EQUALS constant that represents the Less Than Or Equals operator. | ComparisonOperator | ||
LIKE : IComparisonOperator [статические]
The LIKE constant that represents represents the Like operator. | ComparisonOperator | ||
NOT_EQUALS : IComparisonOperator [статические]
The NOT_EQUALS constant that represents the Not Equals operator. | ComparisonOperator |
name | свойство |
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 |
Compares two operator objects.
Параметры
rhs:IComparisonOperator — the IComparisonOperator to compare this to.
|
Boolean — A value of true is returned when the two objects are equal; otherwise a value of false is returned.
|
findOperator | () | метод |
public static function findOperator(aName:String):IComparisonOperator
Язык версии: | ActionScript 3.0 |
Версия продукта: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
Версии среды выполнения: | AIR 2.6, Flash Player 10.2 |
Returns the IComparisonOperator for a given operator name
Параметры
aName:String — the name of a comparison operator.
|
IComparisonOperator — The IComparisonOperator for the give name, or null if there is no such comparison operator.
|
BEGINS_WITH | Константа |
public static const BEGINS_WITH:IComparisonOperator
Язык версии: | ActionScript 3.0 |
Версия продукта: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
Версии среды выполнения: | AIR 2.6, Flash Player 10.2 |
The BEGINS_WITH
constant that represents the Begins With operator.
CONTAINS | Константа |
public static const CONTAINS:IComparisonOperator
Язык версии: | ActionScript 3.0 |
Версия продукта: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
Версии среды выполнения: | AIR 2.6, Flash Player 10.2 |
The CONTAINS
constant that represents the Contains operator.
ENDS_WITH | Константа |
public static const ENDS_WITH:IComparisonOperator
Язык версии: | ActionScript 3.0 |
Версия продукта: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
Версии среды выполнения: | AIR 2.6, Flash Player 10.2 |
The ENDS_WITH
constant that represents the Ends With operator.
EQUALS | Константа |
public static const EQUALS:IComparisonOperator
Язык версии: | ActionScript 3.0 |
Версия продукта: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
Версии среды выполнения: | AIR 2.6, Flash Player 10.2 |
The EQUALS
constant that represents the Equals operator.
GREATER_THAN | Константа |
public static const GREATER_THAN:IComparisonOperator
Язык версии: | ActionScript 3.0 |
Версия продукта: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
Версии среды выполнения: | AIR 2.6, Flash Player 10.2 |
The GREATER_THAN
constant that represents the Greater Than operator.
GREATER_THAN_EQUALS | Константа |
public static const GREATER_THAN_EQUALS:IComparisonOperator
Язык версии: | ActionScript 3.0 |
Версия продукта: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
Версии среды выполнения: | AIR 2.6, Flash Player 10.2 |
The GREATER_THAN_EQUALS
constant that represents the Greater Than Or Equals operator.
IN | Константа |
public static const IN:IComparisonOperator
Язык версии: | ActionScript 3.0 |
Версия продукта: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
Версии среды выполнения: | AIR 2.6, Flash Player 10.2 |
The IN
constant that represents the In list operator.
LESS_THAN | Константа |
public static const LESS_THAN:IComparisonOperator
Язык версии: | ActionScript 3.0 |
Версия продукта: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
Версии среды выполнения: | AIR 2.6, Flash Player 10.2 |
The LESS_THAN
constant that represents the Less Than operator.
LESS_THAN_EQUALS | Константа |
public static const LESS_THAN_EQUALS:IComparisonOperator
Язык версии: | ActionScript 3.0 |
Версия продукта: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
Версии среды выполнения: | AIR 2.6, Flash Player 10.2 |
The LESS_THAN_EQUALS
constant that represents the Less Than Or Equals operator.
LIKE | Константа |
public static const LIKE:IComparisonOperator
Язык версии: | ActionScript 3.0 |
Версия продукта: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
Версии среды выполнения: | AIR 2.6, Flash Player 10.2 |
The LIKE
constant that represents represents the Like operator.
NOT_EQUALS | Константа |
public static const NOT_EQUALS:IComparisonOperator
Язык версии: | ActionScript 3.0 |
Версия продукта: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
Версии среды выполнения: | AIR 2.6, Flash Player 10.2 |
The NOT_EQUALS
constant that represents the Not Equals operator.
Tue Jun 12 2018, 11:34 AM Z