InteractiveInterfaces CATIniSearchEnumeration

Usage: you must use this class as is. You should never derive it.


public class CATIniSearchEnumeration

Class defining operating signs for search criterion.


Enumerated Type Index


o Comparison
Operators used in search criterion.

Enumerated Types


o Comparison
enum Comparison {
  NoOperator,
  InfEqual,
  Inferior,
  SupEqual,
  Superior,
  Different,
  Equal
}
Operators used in search criterion.
Role: Enumeration of the different operating signs that can be used during the initialization of the search criterion.
Parameters:
NoOperator
This should never be used.
InfEqual
This corresponds to the <= mathematical operating sign.
Inferior
This corresponds to the < mathematical operating sign.
SupEqual
This corresponds to the >= mathematical operating sign.
Superior
This corresponds to the > mathematical operating sign.
Different
This corresponds to the != mathematical operating sign.
Equal
This corresponds to the = mathematical operating sign.

This object is included in the file: CATIniSearchEnumeration.h
If needed, your Imakefile.mk should include the module: CATInteractiveInterfaces

Copyright © 1999-2014, Dassault Systèmes. All rights reserved.