Pacote | com.adobe.ep.taskmanagement.filter |
Interface | public interface IComparisonOperator |
Implementadores | ComparisonOperator |
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
Versões de runtime: | 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
.
Elementos da API relacionados
Propriedades públicas
Propriedade | Definido por | ||
---|---|---|---|
name : String [somente leitura]
The string representation of the comparison operator. | IComparisonOperator |
Métodos públicos
Método | Definido por | ||
---|---|---|---|
Evaluates whether two operators are the same. | IComparisonOperator |
Detalhes da propriedade
name | propriedade |
name:String
[somente leitura] Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
Versões de runtime: | AIR 2.6, Flash Player 10.2 |
The string representation of the comparison operator.
Implementação
public function get name():String
Detalhes do método
equals | () | método |
public function equals(rhs:IComparisonOperator):Boolean
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
Versões de runtime: | 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.
Parâmetros
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.
|
Wed Jun 13 2018, 11:10 AM Z