E_ALY_GateMode

{attribute 'qualified_only'}
{attribute 'strict'}
TYPE E_ALY_LogicOperator :
(
    NotInitialized:=0,
    IntersectGate:=1,
    NotIntersectGate:=2,
    IntersectProjection:=3,
    NotIntersectProjection:=4,
    IntersectGateOrProjection:=5
) := NotInitialized;
END_TYPE