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