I have an int32 attribute in a Core Data database. I use this int as an enum bit field.
int32
int
enum
Is it possible to create a NSPre
NSPre
I hardly doubt it.
But you may use an enum for the values stored in the attribute, and use a direct comparison instead of a bit masking.