Pacchetto | com.adobe.ep.taskmanagement.filter |
Classe | public class ComparisonOperator |
Ereditarietà | ComparisonOperator Object |
Implementa | IComparisonOperator |
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 |
myTaskFilter.addCondition(new Property("MortgageValue"), ComparisonOperator.GREATER_THAN, 50000);
Proprietà | Definito da | ||
---|---|---|---|
constructor : Object
Un riferimento all'oggetto classe o alla funzione di costruzione per una determinata istanza di oggetto. | Object | ||
name : String [sola lettura]
The name of the comparison operator. | ComparisonOperator |
Metodo | Definito da | ||
---|---|---|---|
Compares two operator objects. | ComparisonOperator | ||
[statico]
Returns the IComparisonOperator for a given operator name
| ComparisonOperator | ||
Indica se per un oggetto è definita una proprietà specifica. | Object | ||
Indica se un'istanza della classe Object si trova nella catena di prototipi dell'oggetto specificato come parametro. | Object | ||
Indica se la proprietà specificata esiste ed è enumerabile. | Object | ||
Imposta la disponibilità di una proprietà dinamica per le operazioni cicliche. | Object | ||
Restituisce la rappresentazione in formato stringa di questo oggetto, formattato in base alle convenzioni specifiche per le versioni localizzate. | Object | ||
Restituisce la rappresentazione in formato stringa dell'oggetto specificato. | Object | ||
Restituisce il valore di base dell'oggetto specificato. | Object |
Costante | Definito da | ||
---|---|---|---|
BEGINS_WITH : IComparisonOperator [statico]
The BEGINS_WITH constant that represents the Begins With operator. | ComparisonOperator | ||
CONTAINS : IComparisonOperator [statico]
The CONTAINS constant that represents the Contains operator. | ComparisonOperator | ||
ENDS_WITH : IComparisonOperator [statico]
The ENDS_WITH constant that represents the Ends With operator. | ComparisonOperator | ||
EQUALS : IComparisonOperator [statico]
The EQUALS constant that represents the Equals operator. | ComparisonOperator | ||
GREATER_THAN : IComparisonOperator [statico]
The GREATER_THAN constant that represents the Greater Than operator. | ComparisonOperator | ||
GREATER_THAN_EQUALS : IComparisonOperator [statico]
The GREATER_THAN_EQUALS constant that represents the Greater Than Or Equals operator. | ComparisonOperator | ||
IN : IComparisonOperator [statico]
The IN constant that represents the In list operator. | ComparisonOperator | ||
LESS_THAN : IComparisonOperator [statico]
The LESS_THAN constant that represents the Less Than operator. | ComparisonOperator | ||
LESS_THAN_EQUALS : IComparisonOperator [statico]
The LESS_THAN_EQUALS constant that represents the Less Than Or Equals operator. | ComparisonOperator | ||
LIKE : IComparisonOperator [statico]
The LIKE constant that represents represents the Like operator. | ComparisonOperator | ||
NOT_EQUALS : IComparisonOperator [statico]
The NOT_EQUALS constant that represents the Not Equals operator. | ComparisonOperator |
name | proprietà |
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 |
Compares two operator objects.
Parametri
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 | () | metodo |
public static function findOperator(aName:String):IComparisonOperator
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 |
Returns the IComparisonOperator for a given operator name
Parametri
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 | Costante |
public static const BEGINS_WITH:IComparisonOperator
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 BEGINS_WITH
constant that represents the Begins With operator.
CONTAINS | Costante |
public static const CONTAINS:IComparisonOperator
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 CONTAINS
constant that represents the Contains operator.
ENDS_WITH | Costante |
public static const ENDS_WITH:IComparisonOperator
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 ENDS_WITH
constant that represents the Ends With operator.
EQUALS | Costante |
public static const EQUALS:IComparisonOperator
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 EQUALS
constant that represents the Equals operator.
GREATER_THAN | Costante |
public static const GREATER_THAN:IComparisonOperator
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 GREATER_THAN
constant that represents the Greater Than operator.
GREATER_THAN_EQUALS | Costante |
public static const GREATER_THAN_EQUALS:IComparisonOperator
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 GREATER_THAN_EQUALS
constant that represents the Greater Than Or Equals operator.
IN | Costante |
public static const IN:IComparisonOperator
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 IN
constant that represents the In list operator.
LESS_THAN | Costante |
public static const LESS_THAN:IComparisonOperator
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 LESS_THAN
constant that represents the Less Than operator.
LESS_THAN_EQUALS | Costante |
public static const LESS_THAN_EQUALS:IComparisonOperator
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 LESS_THAN_EQUALS
constant that represents the Less Than Or Equals operator.
LIKE | Costante |
public static const LIKE:IComparisonOperator
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 LIKE
constant that represents represents the Like operator.
NOT_EQUALS | Costante |
public static const NOT_EQUALS:IComparisonOperator
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 NOT_EQUALS
constant that represents the Not Equals operator.
Tue Jun 12 2018, 02:44 PM Z