What is the best way to bind Core Data entities to enum values so that I am able to assign a type property to the entity? In other words, I have an entity called Item<
Item<
An alternative approach I'm considering is not to declare an enum at all, but to instead declare the values as category methods on NSNumber.