Pacchetto | com.adobe.ep.taskmanagement.filter |
Interfaccia | public interface IComparisonOperator |
Implementatori | ComparisonOperator |
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Experience Services - Gestione attività 10 |
Versioni 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
.
Elementi API correlati
Proprietà pubbliche
Proprietà | Definito da | ||
---|---|---|---|
name : String [sola lettura]
The string representation of the comparison operator. | IComparisonOperator |
Metodi pubblici
Metodo | Definito da | ||
---|---|---|---|
Evaluates whether two operators are the same. | IComparisonOperator |
Descrizione delle proprietà
name | proprietà |
name:String
[sola lettura] Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Experience Services - Gestione attività 10 |
Versioni runtime: | AIR 2.6, Flash Player 10.2 |
The string representation of the comparison operator.
Implementazione
public function get name():String
Descrizione dei metodi
equals | () | metodo |
public function equals(rhs:IComparisonOperator):Boolean
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Experience Services - Gestione attività 10 |
Versioni 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.
Parametri
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, 02:44 PM Z