ter.API.EngineSearch
Class EngineSearchConst

java.lang.Object
  |
  +--ter.API.EngineSearch.EngineSearchConst

public class EngineSearchConst
extends java.lang.Object

Title: EngineSearchConst

Description: this class build some of the constant value that we need for the engine serach

Copyright: Copyright (c) 2003

Company: UNSA

Version:
1.0
Author:
Zerbib Gabriel - Charbit Lucas - Galbois Xavier - Gahide Jérôme

Field Summary
static int AND
          To use with the criterion for the logical linking of the criterion and the previous one.
static int DONTMIND
          To use with the criterion for the choice of type of activation of a criterion.
static int NOT
          To use with the criterion for the choice of type of activation of a criterion.
static int OR
          To use with the criterion for the logical linking of the criterion and the previous one.
static int YES
          To use with the criterion for the choice of type of activation of a criterion.
 
Constructor Summary
EngineSearchConst()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

YES

public static final int YES
To use with the criterion for the choice of type of activation of a criterion.

See Also:
Constant Field Values

NOT

public static final int NOT
To use with the criterion for the choice of type of activation of a criterion.

See Also:
Constant Field Values

DONTMIND

public static final int DONTMIND
To use with the criterion for the choice of type of activation of a criterion.

See Also:
Constant Field Values

AND

public static final int AND
To use with the criterion for the logical linking of the criterion and the previous one.

See Also:
Constant Field Values

OR

public static final int OR
To use with the criterion for the logical linking of the criterion and the previous one.

See Also:
Constant Field Values
Constructor Detail

EngineSearchConst

public EngineSearchConst()