Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Enumeration members

Enumeration members

EQ

EQ: = 1

allow if equal

GE

GE: = 6

allow if greater than or equal

GT

GT: = 5

allow if greater than

LE

LE: = 4

allow if less than or equal

LT

LT: = 3

allow if less than

NE

NE: = 2

allow if not equal

NONE

NONE: = 0

uninitialized value indicating no restriction

Generated using TypeDoc