| Paquete | com.adobe.ep.taskmanagement.filter |
| Clase | public class ComparisonOperator |
| Herencia | ComparisonOperator Object |
| Implementa | IComparisonOperator |
| Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
| Versiones de motor de ejecución: | AIR 2.6, Flash Player 10.2 |
myTaskFilter.addCondition(new Property("MortgageValue"), ComparisonOperator.GREATER_THAN, 50000);
| Propiedad | Definido por | ||
|---|---|---|---|
![]() | constructor : Object
Una referencia a la clase de objeto o función constructora para una instancia de objeto determinada. | Object | |
| name : String [solo lectura]
The name of the comparison operator. | ComparisonOperator | ||
| Método | Definido por | ||
|---|---|---|---|
Compares two operator objects. | ComparisonOperator | ||
[estática]
Returns the IComparisonOperator for a given operator name
| ComparisonOperator | ||
![]() |
Indica si un objeto tiene definida una propiedad especificada. | Object | |
![]() |
Indica si hay una instancia de la clase Object en la cadena de prototipo del objeto especificado como parámetro. | Object | |
![]() |
Indica si existe la propiedad especificada y si es enumerable. | Object | |
![]() |
Establece la disponibilidad de una propiedad dinámica para operaciones de bucle. | Object | |
![]() |
Devuelve la representación de cadena de este objeto, con formato según las convenciones específicas de configuración regional. | Object | |
![]() |
Devuelve la representación de cadena del objeto especificado. | Object | |
![]() |
Devuelve el valor simple del objeto especificado. | Object | |
| Constante | Definido por | ||
|---|---|---|---|
| BEGINS_WITH : IComparisonOperator [estática]
The BEGINS_WITH constant that represents the Begins With operator. | ComparisonOperator | ||
| CONTAINS : IComparisonOperator [estática]
The CONTAINS constant that represents the Contains operator. | ComparisonOperator | ||
| ENDS_WITH : IComparisonOperator [estática]
The ENDS_WITH constant that represents the Ends With operator. | ComparisonOperator | ||
| EQUALS : IComparisonOperator [estática]
The EQUALS constant that represents the Equals operator. | ComparisonOperator | ||
| GREATER_THAN : IComparisonOperator [estática]
The GREATER_THAN constant that represents the Greater Than operator. | ComparisonOperator | ||
| GREATER_THAN_EQUALS : IComparisonOperator [estática]
The GREATER_THAN_EQUALS constant that represents the Greater Than Or Equals operator. | ComparisonOperator | ||
| IN : IComparisonOperator [estática]
The IN constant that represents the In list operator. | ComparisonOperator | ||
| LESS_THAN : IComparisonOperator [estática]
The LESS_THAN constant that represents the Less Than operator. | ComparisonOperator | ||
| LESS_THAN_EQUALS : IComparisonOperator [estática]
The LESS_THAN_EQUALS constant that represents the Less Than Or Equals operator. | ComparisonOperator | ||
| LIKE : IComparisonOperator [estática]
The LIKE constant that represents represents the Like operator. | ComparisonOperator | ||
| NOT_EQUALS : IComparisonOperator [estática]
The NOT_EQUALS constant that represents the Not Equals operator. | ComparisonOperator | ||
name | propiedad |
name:String [solo lectura] | Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
| Versiones de motor de ejecución: | AIR 2.6, Flash Player 10.2 |
The name of the comparison operator.
Implementación
public function get name():Stringequals | () | método |
public function equals(rhs:IComparisonOperator):Boolean| Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
| Versiones de motor de ejecución: | AIR 2.6, Flash Player 10.2 |
Compares two operator objects.
Parámetros
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 | () | método |
public static function findOperator(aName:String):IComparisonOperator| Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
| Versiones de motor de ejecución: | AIR 2.6, Flash Player 10.2 |
Returns the IComparisonOperator for a given operator name
Parámetros
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 | Constante |
public static const BEGINS_WITH:IComparisonOperator| Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
| Versiones de motor de ejecución: | AIR 2.6, Flash Player 10.2 |
The BEGINS_WITH constant that represents the Begins With operator.
CONTAINS | Constante |
public static const CONTAINS:IComparisonOperator| Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
| Versiones de motor de ejecución: | AIR 2.6, Flash Player 10.2 |
The CONTAINS constant that represents the Contains operator.
ENDS_WITH | Constante |
public static const ENDS_WITH:IComparisonOperator| Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
| Versiones de motor de ejecución: | AIR 2.6, Flash Player 10.2 |
The ENDS_WITH constant that represents the Ends With operator.
EQUALS | Constante |
public static const EQUALS:IComparisonOperator| Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
| Versiones de motor de ejecución: | AIR 2.6, Flash Player 10.2 |
The EQUALS constant that represents the Equals operator.
GREATER_THAN | Constante |
public static const GREATER_THAN:IComparisonOperator| Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
| Versiones de motor de ejecución: | AIR 2.6, Flash Player 10.2 |
The GREATER_THAN constant that represents the Greater Than operator.
GREATER_THAN_EQUALS | Constante |
public static const GREATER_THAN_EQUALS:IComparisonOperator| Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
| Versiones de motor de ejecución: | AIR 2.6, Flash Player 10.2 |
The GREATER_THAN_EQUALS constant that represents the Greater Than Or Equals operator.
IN | Constante |
public static const IN:IComparisonOperator| Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
| Versiones de motor de ejecución: | AIR 2.6, Flash Player 10.2 |
The IN constant that represents the In list operator.
LESS_THAN | Constante |
public static const LESS_THAN:IComparisonOperator| Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
| Versiones de motor de ejecución: | AIR 2.6, Flash Player 10.2 |
The LESS_THAN constant that represents the Less Than operator.
LESS_THAN_EQUALS | Constante |
public static const LESS_THAN_EQUALS:IComparisonOperator| Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
| Versiones de motor de ejecución: | AIR 2.6, Flash Player 10.2 |
The LESS_THAN_EQUALS constant that represents the Less Than Or Equals operator.
LIKE | Constante |
public static const LIKE:IComparisonOperator| Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
| Versiones de motor de ejecución: | AIR 2.6, Flash Player 10.2 |
The LIKE constant that represents represents the Like operator.
NOT_EQUALS | Constante |
public static const NOT_EQUALS:IComparisonOperator| Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
| Versiones de motor de ejecución: | AIR 2.6, Flash Player 10.2 |
The NOT_EQUALS constant that represents the Not Equals operator.
Tue Jun 12 2018, 02:12 PM Z
Ocultar propiedades públicas heredadas
Mostrar propiedades públicas heredadas