Paket | com.adobe.ep.taskmanagement.filter |
Schnittstelle | public interface IComparisonOperator |
Umsetzer | ComparisonOperator |
Sprachversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
Laufzeitversionen: | 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
.
Verwandte API-Elemente
Öffentliche Eigenschaften
Eigenschaft | Definiert von | ||
---|---|---|---|
name : String [schreibgeschützt]
The string representation of the comparison operator. | IComparisonOperator |
Öffentliche Methoden
Methode | Definiert von | ||
---|---|---|---|
Evaluates whether two operators are the same. | IComparisonOperator |
Eigenschaftendetails
name | Eigenschaft |
name:String
[schreibgeschützt] Sprachversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
Laufzeitversionen: | AIR 2.6, Flash Player 10.2 |
The string representation of the comparison operator.
Implementierung
public function get name():String
Methodendetails
equals | () | Methode |
public function equals(rhs:IComparisonOperator):Boolean
Sprachversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
Laufzeitversionen: | 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.
Parameter
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, 10:04 AM Z