Represents an abstract flag.

Values

AbEnum

Indicates that this abstract is an enum abstract

AbFrom(ct:ComplexType)

Indicates that this abstract can be assigned from ct. This flag can be added several times to add multiple "from" types.

AbTo(ct:ComplexType)

Indicates that this abstract can be assigned to ct. This flag can be added several times to add multiple "to" types.