ValueCompareOperatorEnum : public <<enumeration>> class
Created: 23/07/2004 14:22:22
Modified: 16/06/2008 11:49:16
Project:
Advanced:
Attribute Details
public enumerationLiteral
  containedIn
changed=no
definition=Contained in.
order=0
origin=- null -
originalCode=- null -
originalName=- null -
type=exchange
Notes: {a} is contained in {a, b, c, d}
public enumerationLiteral
  contains
changed=no
definition=Contains.
order=1
origin=- null -
originalCode=- null -
originalName=- null -
type=exchange
Notes: {a, b, c, d} contains {a}
public enumerationLiteral
  containsNot
changed=no
definition=Does not contain.
order=2
origin=- null -
originalCode=- null -
originalName=- null -
type=exchange
Notes: {a, b, v} contains not {d}
public enumerationLiteral
  equal
changed=no
definition=Equal to.
order=3
origin=- null -
originalCode=- null -
originalName=- null -
type=exchange
Notes: a = b
public enumerationLiteral
  greater
changed=no
definition=Greater than.
order=4
origin=- null -
originalCode=- null -
originalName=- null -
type=exchange
Notes: a > b
public enumerationLiteral
  greaterEqual
changed=no
definition=Greater than or equal to.
order=5
origin=- null -
originalCode=- null -
originalName=- null -
type=exchange
Notes: a >= b
public enumerationLiteral
  less
changed=no
definition=Less than.
order=6
origin=- null -
originalCode=- null -
originalName=- null -
type=exchange
Notes: a < b
public enumerationLiteral
  lessEqual
changed=no
definition=Less than or equal to.
order=7
origin=- null -
originalCode=- null -
originalName=- null -
type=exchange
Notes: a <= b
public enumerationLiteral
  notContainedIn
changed=no
definition=Not contained in.
order=8
origin=- null -
originalCode=- null -
originalName=- null -
type=exchange
Notes: {c} is not contained in {a, b}
public enumerationLiteral
  unequal
changed=no
definition=Not equal to.
order=9
origin=- null -
originalCode=- null -
originalName=- null -
type=exchange
 
Tag Value Details
changed no  
definition Types of logical comparison operators.  
origin - null -  
originalCode - null -  
originalName - null -  
type exchange